Disabled active window resizing that crashes in some software/hardware configurations

dev-mp
CoLoRaptor 2014-10-21 22:22:32 +02:00
parent 97b7c0cab1
commit 1ab5746ca7
1 changed files with 2 additions and 2 deletions

View File

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