From cb2ce7d8102dd2f93a9b35d0fdf68d6017da7807 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 21 Nov 2022 23:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Viewer/WindowBuilder.?= =?UTF-8?q?cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Viewer/WindowBuilder.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Viewer/WindowBuilder.cxx b/src/Viewer/WindowBuilder.cxx index a7ef972..b85fee4 100644 --- a/src/Viewer/WindowBuilder.cxx +++ b/src/Viewer/WindowBuilder.cxx @@ -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;