Revert "graphics: Fix DrawImage comment"

This reverts commit 8e6314f856.
This commit is contained in:
Hajime Hoshi 2018-08-05 21:28:48 +09:00
parent 7f46b46f66
commit bf19f902af

View File

@ -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
//