mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
BACKENDS: OPENGLSDL: Fix typo while initializing _windowIsMaximized state
This commit is contained in:
parent
42d3725976
commit
db52dde75d
@ -309,7 +309,7 @@ void OpenGLSdlGraphicsManager::notifyResize(const int width, const int height) {
|
||||
currentHeight /= scale;
|
||||
#endif
|
||||
// Reset maximized flag
|
||||
_windowIsMaximized == false;
|
||||
_windowIsMaximized = false;
|
||||
|
||||
// Check if the ScummVM window is maximized and store the current
|
||||
// window dimensions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user