ZVISION: Add note about _activeNodes

This commit is contained in:
richiesams 2013-08-24 00:25:01 -05:00
parent fc5727c522
commit a9db1e1712

View File

@ -258,6 +258,7 @@ void ScriptManager::changeLocationIntern() {
}
_activeControls.clear();
_engine->clearAllMouseEvents();
// TODO: See if we need to clear _activeNodes as well. And if so, remember to delete the nodes before clearing the list
// Revert to the idle cursor
_engine->getCursorManager()->revertToIdle();