don't bother asserting here; states commonly still active when aborting from a dialog
This commit is contained in:
@@ -186,7 +186,7 @@ LuaManager::~LuaManager()
|
|||||||
lua_close( m_pLuaMain );
|
lua_close( m_pLuaMain );
|
||||||
delete m_pLock;
|
delete m_pLock;
|
||||||
g_FreeStateList.clear();
|
g_FreeStateList.clear();
|
||||||
ASSERT( g_ActiveStates.empty() );
|
g_ActiveStates.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
Lua *LuaManager::Get()
|
Lua *LuaManager::Get()
|
||||||
|
|||||||
Reference in New Issue
Block a user