ebiten: Correct a typo (#1282)

This commit is contained in:
Muang 2020-08-08 03:12:18 +09:00 committed by GitHub
parent ae28b83d45
commit 5a5a45a42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.