restorable: Fix a comment

This commit is contained in:
Hajime Hoshi 2016-09-10 01:36:56 +09:00
parent 6f35e4a783
commit 5cd048011e

View File

@ -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