aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/scripts/graphics/graphics.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin-lua/scripts/graphics/graphics.lua')
-rw-r--r--src/libjin-lua/scripts/graphics/graphics.lua2
1 files changed, 1 insertions, 1 deletions
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()