don't bother asserting here; states commonly still active when aborting from a dialog

This commit is contained in:
Glenn Maynard
2006-10-15 04:49:18 +00:00
parent 01d6504058
commit 54698735cd
+1 -1
View File
@@ -186,7 +186,7 @@ LuaManager::~LuaManager()
lua_close( m_pLuaMain );
delete m_pLock;
g_FreeStateList.clear();
ASSERT( g_ActiveStates.empty() );
g_ActiveStates.clear();
}
Lua *LuaManager::Get()