mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-01 15:55:45 +00:00
BACKENDS: Fix typo in WindowedGraphicsManager
This was the opposite of what was needed.
This commit is contained in:
parent
8801b4eed2
commit
17498383ee
@ -79,7 +79,7 @@ public:
|
||||
if (!_overlayVisible)
|
||||
return;
|
||||
|
||||
_overlayInGUI = true;
|
||||
_overlayInGUI = false;
|
||||
|
||||
_activeArea.drawRect = _gameDrawRect;
|
||||
_activeArea.width = getWidth();
|
||||
|
Loading…
x
Reference in New Issue
Block a user