mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Revert "graphics: Fix DrawImage comment"
This reverts commit 8e6314f856
.
This commit is contained in:
parent
7f46b46f66
commit
bf19f902af
1
image.go
1
image.go
@ -162,6 +162,7 @@ func (i *Image) disposeMipmaps() {
|
||||
// * 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
|
||||
// source is safer.
|
||||
// * All ColorM values are same
|
||||
// * All CompositeMode values are same
|
||||
// * All Filter values are same
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user