SHERLOCK: RT: Fix animating wait cursor

This commit is contained in:
Paul Gilbert 2015-06-18 21:55:55 -04:00
parent 223c27028d
commit 5446df8e61

View File

@ -313,6 +313,8 @@ void TattooScene::doBgAnimCheckCursor() {
}
events.setCursor(cursorId);
} else {
events.animateCursorIfNeeded();
}
}