graphics: Fix wrong comment

This commit is contained in:
Hajime Hoshi 2016-04-08 05:10:30 +09:00
parent 3ec0020f02
commit 5c73357ef8

View File

@ -31,8 +31,6 @@ var imageM sync.Mutex
// Image represents an image.
// The pixel format is alpha-premultiplied.
// Image implements image.Image.
//
// Note that manipulating an Image is NOT concurrent-safe (so far).
type Image struct {
framebuffer *graphics.Framebuffer
texture *graphics.Texture