Skip to content

Commit

Permalink
MOHAWK: Don't call updateScreen when setting the cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
bgK authored and sev- committed Jul 3, 2017
1 parent 637a08b commit 61d78e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/mohawk/riven_card.cpp
Expand Up @@ -429,7 +429,6 @@ void RivenCard::updateMouseCursor() {
}

_vm->_cursor->setCursor(cursor);
_vm->_system->updateScreen();
}

void RivenCard::leave() {
Expand Down

0 comments on commit 61d78e3

Please sign in to comment.