graphics: Fix DrawImage comment

This commit is contained in:
Hajime Hoshi 2018-07-26 11:39:54 +09:00
parent 5a9235aaf9
commit 8e6314f856

View File

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