Revert "graphics: Fix documentation about DrawImage"

This reverts commit 610bf6e39f.

Reason: This caused a new black line at the bottom (macOS).
This commit is contained in:
Hajime Hoshi 2018-08-14 12:26:21 +09:00
parent f2b4dfd061
commit f16c7cb90d

View File

@ -168,7 +168,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, or all the ColorM have only 'scale' operations
// * All ColorM values are same
// * All CompositeMode values are same
// * All Filter values are same
//