更新 'src/Viewer/WindowBuilder.cxx'

next
zhongjin 2 years ago
parent b2cb69bf92
commit cb2ce7d810

@ -98,10 +98,10 @@ void WindowBuilder::makeDefaultTraits(bool stencil)
traits->samples = fgGetInt("/sim/rendering/multi-samples", traits->samples);
traits->vsync = fgGetBool("/sim/rendering/vsync-enable", traits->vsync);
//const bool wantFullscreen = fgGetBool("/sim/startup/fullscreen");
const bool wantFullscreen = fgGetBool("/sim/startup/fullscreen");
//zhongjin FullScreen
const bool wantFullscreen = true;
//const bool wantFullscreen = true;
unsigned screenwidth = 0;
unsigned screenheight = 0;

Loading…
Cancel
Save