(LuaInstance) Fixed Call() not resetting time limiter clock

Former-commit-id: 0d397fc21682f85114dc892eaea98a8f54969cde
This commit is contained in:
Lynix
2015-03-28 14:45:21 +01:00
parent 3e16369d09
commit 23cefe1fbe
2 changed files with 7 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ class NAZARA_API NzLuaInstance : NzNonCopyable
static NzLuaInstance* GetInstance(lua_State* state);
private:
bool Run();
bool Run(int argCount, int resultCount);
static void* MemoryAllocator(void *ud, void *ptr, std::size_t osize, std::size_t nsize);
static int ProxyFunc(lua_State* state);