mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08: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
|
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 {
|
type Image struct {
|
||||||
image *graphics.Image
|
image *graphics.Image
|
||||||
width int
|
width int
|
||||||
|
Loading…
Reference in New Issue
Block a user