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) {