From 48173231d90de6bfc193260eab6369f7c88ca742 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 30 Dec 2018 12:21:18 +0800 Subject: -C++ examples --- bin/game/main.lua | 4 ++-- bin/jin.exe | Bin 572928 -> 572928 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/game/main.lua b/bin/game/main.lua index b5723ad..ff8670d 100644 --- a/bin/game/main.lua +++ b/bin/game/main.lua @@ -350,8 +350,8 @@ function jin.core.onDraw() jin.graphics.print("Stats\n----------------\n" .. jin.graphics.getStatsStr(), 450, 10) jin.graphics.unuseShader() jin.graphics.unbindCanvas(screen) - - --jin.graphics.useShader(rgbsplit) + + jin.graphics.useShader(rgbsplit) local mode = jin.graphics.getBlendMode() jin.graphics.setBlendMode(jin.graphics.BlendMode.PREMULTIPLIEDALPHA) jin.graphics.draw(screen, 0, 0) diff --git a/bin/jin.exe b/bin/jin.exe index b2763a6..a718669 100644 Binary files a/bin/jin.exe and b/bin/jin.exe differ -- cgit v1.1-26-g67d0