Lua/LuaClass: Fix arguments for methods
Former-commit-id: fc3ec0b3f47185edb74abe1eb54af8722844a6f5
This commit is contained in:
@@ -405,6 +405,7 @@ namespace Nz
|
||||
if (it != info->instanceGetters.end())
|
||||
instance = it->second(lua);
|
||||
}
|
||||
lua.Pop(2);
|
||||
}
|
||||
|
||||
lua.Remove(1); //< Remove the instance from the Lua stack
|
||||
|
||||
Reference in New Issue
Block a user