From d66b07724d71321545e80a8e12736be0e9a5d24a Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 17 May 2018 23:00:52 +0800 Subject: Add audio module --- src/script/graphics/luaopen_graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/graphics/luaopen_graphics.cpp') 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); -- cgit v1.1-26-g67d0