diff options
author | chai <chaifix@163.com> | 2018-05-17 23:00:52 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-17 23:00:52 +0800 |
commit | d66b07724d71321545e80a8e12736be0e9a5d24a (patch) | |
tree | 3fa484f48b1b2ce999892942c779ab1d14554110 /src/script/graphics/luaopen_graphics.cpp | |
parent | b293e9e2242c08c15e1a3248c6dec301e83652d4 (diff) |
Add audio module
Diffstat (limited to 'src/script/graphics/luaopen_graphics.cpp')
-rw-r--r-- | src/script/graphics/luaopen_graphics.cpp | 2 |
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); |