[Scummvm-git-logs] scummvm master -> 17498383eee7034590cb0b35b14ac09830ecb883

lephilousophe noreply at scummvm.org
Sun Nov 13 08:17:17 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
17498383ee BACKENDS: Fix typo in WindowedGraphicsManager


Commit: 17498383eee7034590cb0b35b14ac09830ecb883
    https://github.com/scummvm/scummvm/commit/17498383eee7034590cb0b35b14ac09830ecb883
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2022-11-13T09:14:25+01:00

Commit Message:
BACKENDS: Fix typo in WindowedGraphicsManager

This was the opposite of what was needed.

Changed paths:
    backends/graphics/windowed.h


diff --git a/backends/graphics/windowed.h b/backends/graphics/windowed.h
index 242b7ac7fa2..94b7e5c78a1 100644
--- a/backends/graphics/windowed.h
+++ b/backends/graphics/windowed.h
@@ -79,7 +79,7 @@ public:
 		if (!_overlayVisible)
 			return;
 
-		_overlayInGUI = true;
+		_overlayInGUI = false;
 
 		_activeArea.drawRect = _gameDrawRect;
 		_activeArea.width = getWidth();




More information about the Scummvm-git-logs mailing list