mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 02:11:38 +00:00
ZVISION: Add note about _activeNodes
This commit is contained in:
parent
fc5727c522
commit
a9db1e1712
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user