mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
restorable: Fix a comment
This commit is contained in:
parent
6f35e4a783
commit
5cd048011e
@ -31,7 +31,7 @@ type drawImageHistoryItem struct {
|
||||
mode opengl.CompositeMode
|
||||
}
|
||||
|
||||
// Image represents an image of an image for restoring when GL context is lost.
|
||||
// Image represents an image that can be restored when GL context is lost.
|
||||
type Image struct {
|
||||
image *graphics.Image
|
||||
width int
|
||||
|
Loading…
Reference in New Issue
Block a user