BACKENDS: Fix typo in WindowedGraphicsManager

This was the opposite of what was needed.
This commit is contained in:
Le Philousophe 2022-11-13 09:14:25 +01:00
parent 8801b4eed2
commit 17498383ee

View File

@ -79,7 +79,7 @@ public:
if (!_overlayVisible)
return;
_overlayInGUI = true;
_overlayInGUI = false;
_activeArea.drawRect = _gameDrawRect;
_activeArea.width = getWidth();