diff --git a/src/Client/PseuWoW.cpp b/src/Client/PseuWoW.cpp index ec6a763..d28dd1f 100644 --- a/src/Client/PseuWoW.cpp +++ b/src/Client/PseuWoW.cpp @@ -190,6 +190,7 @@ bool PseuInstance::InitGUI(void) _gui->SetResolution(x,y,depth); _gui->SetVSync(vsync); _gui->UseShadows(shadows); + _gui->SetWindowed(win); _guithread = new ZThread::Thread(rgui); return true; }