aboutsummaryrefslogtreecommitdiff
path: root/src/script/graphics/luaopen_graphics.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-05-17 23:00:52 +0800
committerchai <chaifix@163.com>2018-05-17 23:00:52 +0800
commitd66b07724d71321545e80a8e12736be0e9a5d24a (patch)
tree3fa484f48b1b2ce999892942c779ab1d14554110 /src/script/graphics/luaopen_graphics.cpp
parentb293e9e2242c08c15e1a3248c6dec301e83652d4 (diff)
Add audio module
Diffstat (limited to 'src/script/graphics/luaopen_graphics.cpp')
-rw-r--r--src/script/graphics/luaopen_graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/graphics/luaopen_graphics.cpp b/src/script/graphics/luaopen_graphics.cpp
index 4f61023..80acc94 100644
--- a/src/script/graphics/luaopen_graphics.cpp
+++ b/src/script/graphics/luaopen_graphics.cpp
@@ -51,7 +51,7 @@ namespace lua
Window* wnd = Window::get();
wnd->init(w, h, t);
- // set default blend method
+ // set default blend method
glEnable(GL_BLEND);
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);