From 083835af9accf611ad087a5d81e7b38131787e70 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 1 Nov 2022 13:28:44 +0900 Subject: [PATCH] ebiten: fix comments --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 625716ddf..85c88f85a 100644 --- a/image.go +++ b/image.go @@ -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