aboutsummaryrefslogtreecommitdiff
path: root/src/lua/graphics/JSL.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-15 18:27:30 +0800
committerchai <chaifix@163.com>2018-08-15 18:27:30 +0800
commitbe9b27dbf550093b555ab3087c11b38c89ab9fd0 (patch)
treeddd96bb71b3ad3a32ae844a38bb95525bd0b0666 /src/lua/graphics/JSL.h
parentac9079ff1449e2638cbf7339edcc6e4b186e5eaa (diff)
*update
Diffstat (limited to 'src/lua/graphics/JSL.h')
-rw-r--r--src/lua/graphics/JSL.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/graphics/JSL.h b/src/lua/graphics/JSL.h
index 62aa638..af6c54d 100644
--- a/src/lua/graphics/JSL.h
+++ b/src/lua/graphics/JSL.h
@@ -74,6 +74,8 @@ namespace graphics
static JSLProgram* currentJSLProgram;
+ JSLProgram() {}
+
~JSLProgram()
{
delete jslprogram;