Unlocked free window resolution change
parent
d9b680bdcf
commit
8ff6fadb75
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue