mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
XEEN: Add missing return in event processing switch
This commit is contained in:
parent
0cf74a6309
commit
642dea8ff8
@ -93,6 +93,7 @@ void EventsManager::pollEvents() {
|
||||
case Common::EVENT_RBUTTONDOWN:
|
||||
_mousePressed = true;
|
||||
addEvent(false, true);
|
||||
return;
|
||||
case Common::EVENT_LBUTTONUP:
|
||||
case Common::EVENT_RBUTTONUP:
|
||||
_mousePressed = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user