mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
graphics: Misspelling
This commit is contained in:
parent
92d6c6bc58
commit
234f29e5f6
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))
|
// * 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
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user