mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphics: Misspelling again
This commit is contained in:
parent
234f29e5f6
commit
29211238d3
2
image.go
2
image.go
@ -219,7 +219,7 @@ func (i *Image) disposeMipmaps() {
|
||||
//
|
||||
// * 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
|
||||
// * (*ColorM).Scale modifies only diagonal elements. Other ColorM funcitons might modify the other elements.
|
||||
// * (*ColorM).Scale modifies only diagonal elements. Other ColorM functions might modify the other elements.
|
||||
// * All CompositeMode values are same
|
||||
// * All Filter values are same
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user