don't assert if LuaManager::RunScript is called with stuff on the stack
This commit is contained in:
@@ -295,8 +295,6 @@ bool LuaManager::RunScript( const CString &sScript, const CString &sName, CStrin
|
|||||||
LuaManager::PopStack( sError );
|
LuaManager::PopStack( sError );
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ASSERT_M( lua_gettop(L) == 1, ssprintf("%i", lua_gettop(L)) );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// evaluate
|
// evaluate
|
||||||
|
|||||||
Reference in New Issue
Block a user