BACKENDS: OPENGLSDL: Fix typo while initializing _windowIsMaximized state
This commit is contained in:
parent
42d3725976
commit
db52dde75d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue