mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Fix a wrong comment
This commit is contained in:
parent
75b7a9134d
commit
49a0fc839e
2
image.go
2
image.go
@ -502,7 +502,7 @@ func NewImage(width, height int, filter Filter) (*Image, error) {
|
|||||||
return eimg, nil
|
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.
|
// NewImageFromImage generates a new texture and a new framebuffer.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user