mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
Revert "Revert "graphics: Fix documentation about DrawImage""
This reverts commit f16c7cb90d
.
Reason: Oops, I reverted a wrong commit
This commit is contained in:
parent
f16c7cb90d
commit
8772d310fe
2
image.go
2
image.go
@ -168,7 +168,7 @@ func (i *Image) disposeMipmaps() {
|
|||||||
// * This is not a strong request since different images might share a same inner
|
// * This is not a strong request since different images might share a same inner
|
||||||
// OpenGL texture in high possibility. This is not 100%, so using the same render
|
// OpenGL texture in high possibility. This is not 100%, so using the same render
|
||||||
// source is safer.
|
// source is safer.
|
||||||
// * All ColorM values are same
|
// * All ColorM values are same, or all the ColorM have only 'scale' operations
|
||||||
// * 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