mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +01:00
restorable: Fix comments
This commit is contained in:
parent
66b00c6f87
commit
701c4eeb7c
@ -143,7 +143,7 @@ func NewImage(width, height int) *Image {
|
||||
return i
|
||||
}
|
||||
|
||||
// NewImage creates a new image and copies the pixels of the given source image.
|
||||
// NewImageFromImage creates a new image and copies the pixels of the given source image.
|
||||
//
|
||||
// The given size (width and height) doesn't have to match with the source image's size.
|
||||
// The image is copied at the left-upper corner of the new image.
|
||||
|
Loading…
Reference in New Issue
Block a user