diff --git a/internal/restorable/image.go b/internal/restorable/image.go index 9927c8875..30b0b2969 100644 --- a/internal/restorable/image.go +++ b/internal/restorable/image.go @@ -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