Unlocked free window resolution change
parent
d9b680bdcf
commit
8ff6fadb75
|
@ -674,8 +674,8 @@ bool CApplication::CreateVideoSurface()
|
||||||
if (m_deviceConfig.fullScreen)
|
if (m_deviceConfig.fullScreen)
|
||||||
videoFlags |= SDL_FULLSCREEN;
|
videoFlags |= SDL_FULLSCREEN;
|
||||||
|
|
||||||
//if (m_deviceConfig.resizeable)
|
if (m_deviceConfig.resizeable)
|
||||||
// videoFlags |= SDL_RESIZABLE;
|
videoFlags |= SDL_RESIZABLE;
|
||||||
|
|
||||||
// Set OpenGL attributes
|
// Set OpenGL attributes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue