mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
MADS: Fix for hotspot highlighting when mouse moves
This commit is contained in:
parent
195c53a688
commit
87124b4380
@ -197,7 +197,7 @@ void EventsManager::waitForNextFrame() {
|
||||
_mouseClicked = mouseClicked;
|
||||
_mouseReleased = mouseReleased;
|
||||
_mouseButtons = mouseButtons;
|
||||
_mouseMoved = _mouseClicked || _mouseReleased;
|
||||
_mouseMoved |= _mouseClicked || _mouseReleased;
|
||||
}
|
||||
|
||||
void EventsManager::initVars() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user