summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/app.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 3ea0f5f..1b53a28 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -586,8 +586,8 @@ bool CApplication::CreateVideoSurface()
if (m_deviceConfig.fullScreen)
videoFlags |= SDL_FULLSCREEN;
- if (m_deviceConfig.resizeable)
- videoFlags |= SDL_RESIZABLE;
+ //if (m_deviceConfig.resizeable)
+ // videoFlags |= SDL_RESIZABLE;
// Set OpenGL attributes