From c734eb129d24a5ed6dcad8fa8fd1bdb3352f1257 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 31 Oct 2018 20:44:20 +0800 Subject: =?UTF-8?q?*=E6=9B=B4=E6=96=B0=E6=B8=B2=E6=9F=93=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lua/embed/graphics.lua.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/embed/graphics.lua.h') diff --git a/src/lua/embed/graphics.lua.h b/src/lua/embed/graphics.lua.h index b2a19b5..671cacd 100644 --- a/src/lua/embed/graphics.lua.h +++ b/src/lua/embed/graphics.lua.h @@ -17,7 +17,7 @@ Vertex vert(Vertex v) Color frag(Color col, Texture tex, Vertex v) { - return col * texel(tex, v.uv); + return col; } #END_FRAGMENT_SHADER -- cgit v1.1-26-g67d0