From 1ab5746ca7500e1f759774497d75d9a9b23ecef7 Mon Sep 17 00:00:00 2001 From: CoLoRaptor Date: Tue, 21 Oct 2014 22:22:32 +0200 Subject: Disabled active window resizing that crashes in some software/hardware configurations --- src/app/app.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3-1-g7c22