aboutsummaryrefslogtreecommitdiff
path: root/src/lua/jin.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-11-10 20:13:55 +0800
committerchai <chaifix@163.com>2018-11-10 20:13:55 +0800
commite92caa97329016d012b46b9d37e1b2c3b613a8f2 (patch)
tree5bef0b7547e12f61dede5e09843e1718b808f9c4 /src/lua/jin.cpp
parent63153bc8e742c522cfd3f5ab10609966e33310e6 (diff)
*修改代码结构
Diffstat (limited to 'src/lua/jin.cpp')
-rw-r--r--src/lua/jin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/jin.cpp b/src/lua/jin.cpp
index 26b5f04..186b9b2 100644
--- a/src/lua/jin.cpp
+++ b/src/lua/jin.cpp
@@ -65,7 +65,7 @@ namespace JinEngine
};
/* sub modules */
- LUA_IMPLEMENT const luax_Ref mods[] = {
+ LUA_IMPLEMENT const luax_Reg mods[] = {
{ "core", luaopen_core },
{ "event", luaopen_event },
{ "graphics", luaopen_graphics },