BACKENDS: OPENGLSDL: Fix typo while initializing _windowIsMaximized state

This commit is contained in:
Lothar Serra Mari 2021-04-28 14:36:29 +02:00
parent 42d3725976
commit db52dde75d

View File

@ -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.