From 993cdcc442c8223f6f393f8f9dabaa1808df20e9 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 11 Jan 2015 04:20:28 +0900 Subject: [PATCH] Bug fix: image comment --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index ebc0ac6be..1e315c7dc 100644 --- a/image.go +++ b/image.go @@ -205,7 +205,7 @@ func (i *Image) ColorModel() color.Model { // At returns the color of the image at (x, y). // -// This method loads pixels from GPU to VRAM if necessary. +// This method loads pixels from VRAM to system memory if necessary. func (i *Image) At(x, y int) color.Color { if i.pixels == nil { ui.Use(func(c *opengl.Context) {