Fixed: Unable to debug Ryzom while client is in fullscreen (bug with Windows 10?)

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent c6ea264f24
commit 1b211566bb

@ -1738,7 +1738,9 @@ bool CDriverGL::setWindowStyle(EWindowStyle windowStyle)
}
else if (windowStyle == EWSFullscreen)
{
#ifndef _DEBUG
dwNewStyle |= WS_POPUP;
#endif
isVisible = true;
}

Loading…
Cancel
Save