graphics: Fix a wrong comment

This commit is contained in:
Hajime Hoshi 2016-05-17 01:38:31 +09:00
parent 75b7a9134d
commit 49a0fc839e

View File

@ -502,7 +502,7 @@ func NewImage(width, height int, filter Filter) (*Image, error) {
return eimg, nil
}
// NewImageFromImage creates a new image with the given image (img).
// NewImageFromImage creates a new image with the given image (source).
//
// NewImageFromImage generates a new texture and a new framebuffer.
//