DIRECTOR: LINGO: Update cursor in updateStage

This commit is contained in:
djsrv 2021-08-06 01:02:30 -04:00
parent 19dab8f130
commit 2cc0ad6e0c

View File

@ -2296,6 +2296,11 @@ void LB::b_updateStage(int nargs) {
// play any puppet sounds that have been queued
score->playSoundChannel(score->getCurrentFrame());
if (score->_cursorDirty) {
score->renderCursor(movie->getWindow()->getMousePos());
score->_cursorDirty = false;
}
if (debugChannelSet(-1, kDebugFewFramesOnly)) {
score->_framesRan++;