mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-26 10:42:42 +01:00
ebiten: Correct a typo (#1282)
This commit is contained in:
parent
ae28b83d45
commit
5a5a45a42f
2
image.go
2
image.go
@ -107,7 +107,7 @@ func canSkipMipmap(geom GeoM, filter driver.Filter) bool {
|
|||||||
// DrawImageOptions represents options for DrawImage.
|
// DrawImageOptions represents options for DrawImage.
|
||||||
type DrawImageOptions struct {
|
type DrawImageOptions struct {
|
||||||
// GeoM is a geometry matrix to draw.
|
// GeoM is a geometry matrix to draw.
|
||||||
// The default (zero) value is identify, which draws the image at (0, 0).
|
// The default (zero) value is identity, which draws the image at (0, 0).
|
||||||
GeoM GeoM
|
GeoM GeoM
|
||||||
|
|
||||||
// ColorM is a color matrix to draw.
|
// ColorM is a color matrix to draw.
|
||||||
|
Loading…
Reference in New Issue
Block a user