diff options
author | chai <chaifix@163.com> | 2018-12-08 11:53:02 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-08 11:53:02 +0800 |
commit | d34e5c9d7c6135e805f2cc231411cdcc9910190c (patch) | |
tree | 4ebb6e0b438269f8fe557de5ef85e82487febfc7 /src/lua/je_lua_jin.cpp | |
parent | 39f653eb882dffa2f69209d192093f23588ff176 (diff) |
*misc
Diffstat (limited to 'src/lua/je_lua_jin.cpp')
-rw-r--r-- | src/lua/je_lua_jin.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lua/je_lua_jin.cpp b/src/lua/je_lua_jin.cpp index 3e80015..e3af169 100644 --- a/src/lua/je_lua_jin.cpp +++ b/src/lua/je_lua_jin.cpp @@ -31,7 +31,7 @@ namespace JinEngine luax_pushstring(L, "macos"); #endif return 1; - } + } LUA_IMPLEMENT int l_revision(lua_State* L) { @@ -95,7 +95,6 @@ namespace JinEngine luax_newtable(L); luax_setfieldstring(L, "cwd", cwd); luax_setfield(L, -2, "args"); - Embed::load(L); luax_clearstack(L); Embed::run(L); } |