Disabled active window resizing that crashes in some software/hardware configurations
parent
97b7c0cab1
commit
1ab5746ca7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue