From 5cd048011eaf0ee3f8ef5f885ff0087043e3c58c Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 10 Sep 2016 01:36:56 +0900 Subject: [PATCH] restorable: Fix a comment --- internal/restorable/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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