MOHAWK: Don't call updateScreen when setting the cursor

This commit is contained in:
Bastien Bouclet 2017-06-25 11:38:31 +02:00 committed by Eugene Sandulenko
parent 637a08bcf3
commit 61d78e33e1

View File

@ -429,7 +429,6 @@ void RivenCard::updateMouseCursor() {
}
_vm->_cursor->setCursor(cursor);
_vm->_system->updateScreen();
}
void RivenCard::leave() {