mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +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.
|
||||
type DrawImageOptions struct {
|
||||
// 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
|
||||
|
||||
// ColorM is a color matrix to draw.
|
||||
|
Loading…
Reference in New Issue
Block a user