diff options
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); } |