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

This commit is contained in:
kervala 2015-11-05 16:48:07 +01:00
parent 575295e92e
commit dc86aa8459

View file

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