mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 22:44:28 +01:00
Fix minor typo (#706)
This commit is contained in:
parent
ab195a08a2
commit
8ba787522f
2
image.go
2
image.go
@ -149,7 +149,7 @@ func (i *Image) disposeMipmaps() {
|
||||
//
|
||||
// DrawImage accepts the options. For details, see the document of DrawImageOptions.
|
||||
//
|
||||
// DrawImage determinines the part to draw, then DrawImage applies the geometry matrix and the color matrix.
|
||||
// DrawImage determines the part to draw, then DrawImage applies the geometry matrix and the color matrix.
|
||||
//
|
||||
// For drawing, the pixels of the argument image at the time of this call is adopted.
|
||||
// Even if the argument image is mutated after this call,
|
||||
|
Loading…
Reference in New Issue
Block a user