ZVISION: Don't need to set push flag in cursorDown because it's block change cursor image.

This commit is contained in:
Marisa-Chan 2013-10-15 15:26:26 +07:00 committed by Marisa-Chan
parent b9ad7e80a5
commit 4baa1801fe

View File

@ -120,7 +120,6 @@ void CursorManager::cursorDown(bool pushed) {
if (_cursorIsPushed == pushed)
return;
_cursorIsPushed = pushed;
changeCursor(_currentCursor, pushed);
}