Unlocked free window resolution change

master
krzys-h 2015-08-24 19:56:50 +02:00
parent d9b680bdcf
commit 8ff6fadb75
1 changed files with 2 additions and 2 deletions

View File

@ -674,8 +674,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