From f16c7cb90dffae4eeaddc22f44cc055f61b1e3d6 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 14 Aug 2018 12:26:21 +0900 Subject: [PATCH] Revert "graphics: Fix documentation about DrawImage" This reverts commit 610bf6e39f156f93dddabfa03ab0218dbe3e03f3. Reason: This caused a new black line at the bottom (macOS). --- image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image.go b/image.go index 032499f22..6110a90b9 100644 --- a/image.go +++ b/image.go @@ -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 //