summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCoLoRaptor <raptor.oto@gmail.com>2014-10-21 22:22:32 +0200
committerCoLoRaptor <raptor.oto@gmail.com>2014-10-21 22:22:32 +0200
commit1ab5746ca7500e1f759774497d75d9a9b23ecef7 (patch)
treee2ada0615740460655ee9d3195d8b316d9bf3534 /src
parent97b7c0cab173bd5556c831ad60adc146911416d0 (diff)
downloadcolobot-1ab5746ca7500e1f759774497d75d9a9b23ecef7.tar.gz
colobot-1ab5746ca7500e1f759774497d75d9a9b23ecef7.tar.bz2
colobot-1ab5746ca7500e1f759774497d75d9a9b23ecef7.zip
Disabled active window resizing that crashes in some software/hardware configurations
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