graphics: Misspelling

This commit is contained in:
Hajime Hoshi 2019-01-21 11:22:35 +09:00
parent 92d6c6bc58
commit 234f29e5f6

View File

@ -219,7 +219,7 @@ func (i *Image) disposeMipmaps() {
// //
// * All render targets are same (A in A.DrawImage(B, op)) // * All render targets are same (A in A.DrawImage(B, op))
// * Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements // * Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements
// * (*ColorM).Scale modified only diagonal elements. Other ColorM funcitons might modify the other elements. // * (*ColorM).Scale modifies only diagonal elements. Other ColorM funcitons might modify the other elements.
// * All CompositeMode values are same // * All CompositeMode values are same
// * All Filter values are same // * All Filter values are same
// //