From 9e13e3febeda9e7a0587fcb56422b9d6a8330c91 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 26 Dec 2018 20:35:32 +0800 Subject: *blend --- src/libjin-lua/scripts/graphics/graphics.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libjin-lua/scripts/graphics') diff --git a/src/libjin-lua/scripts/graphics/graphics.lua b/src/libjin-lua/scripts/graphics/graphics.lua index 423de74..9460f2b 100644 --- a/src/libjin-lua/scripts/graphics/graphics.lua +++ b/src/libjin-lua/scripts/graphics/graphics.lua @@ -155,7 +155,7 @@ end -- Reset all attributes to default value. jg.reset = function() jg.setColor(255, 255, 255, 255) - jg.setClearColor(0, 0, 0, 255) + jg.setClearColor(0, 0, 0, 0) jg.clear() jg.unsetFont() jg.unuseShader() -- cgit v1.1-26-g67d0