* fixed: really use fullscreen if windowed=0

This commit is contained in:
false_genesis 2008-04-07 15:28:00 +00:00
parent cc4283f18f
commit efe5a1428b

View File

@ -190,6 +190,7 @@ bool PseuInstance::InitGUI(void)
_gui->SetResolution(x,y,depth); _gui->SetResolution(x,y,depth);
_gui->SetVSync(vsync); _gui->SetVSync(vsync);
_gui->UseShadows(shadows); _gui->UseShadows(shadows);
_gui->SetWindowed(win);
_guithread = new ZThread::Thread(rgui); _guithread = new ZThread::Thread(rgui);
return true; return true;
} }