ebiten: fix comments

This commit is contained in:
Hajime Hoshi 2022-11-01 13:28:44 +09:00
parent 8d854cbb82
commit 083835af9a

View File

@ -326,7 +326,7 @@ type DrawTrianglesOptions struct {
// ColorM is applied before vertex color scale is applied.
ColorM ColorM
// ColorScaleMode is the format of color scales in vertices.
// ColorScaleMode is the mode of color scales in vertices.
// The default (zero) value is ColorScaleModeStraightAlpha.
ColorScaleMode ColorScaleMode