更新 'src/Viewer/fg_os_osgviewer.cxx'

This commit is contained in:
2022-11-10 15:53:39 +08:00
parent 8042ae79df
commit 2bb77d149e

View File

@@ -590,7 +590,7 @@ void fgOSFullScreen()
//bool isFullScreen = !window->getWindowDecoration();
bool isFullScreen = true;
bool isFullScreen = false;
SG_LOG(SG_VIEW, SG_DEBUG, "Toggling fullscreen. Previous window rectangle (" << x << ", " << y << ") x (" << width << ", " << height << "), fullscreen: " << isFullScreen << ", number of screens: " << wsi->getNumScreens());
if (isFullScreen) {