mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
graphics: Fix DrawImage comment
This commit is contained in:
parent
5a9235aaf9
commit
8e6314f856
1
image.go
1
image.go
@ -149,7 +149,6 @@ func (i *Image) fill(r, g, b, a uint8) {
|
|||||||
// * 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 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