* fixed: really use fullscreen if windowed=0
This commit is contained in:
parent
cc4283f18f
commit
efe5a1428b
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user