From 8e6314f8568b37035e38e11a193c3cfe0d042dd2 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 26 Jul 2018 11:39:54 +0900 Subject: [PATCH] graphics: Fix DrawImage comment --- image.go | 1 - 1 file changed, 1 deletion(-) diff --git a/image.go b/image.go index fabab019c..15a801326 100644 --- a/image.go +++ b/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 // 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 //