mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-09 19:25:10 +00:00
make fullscreen use the proper mode on reboot
This commit is contained in:
parent
e2070c5fa3
commit
92da1f808e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ namespace HeavenStudio
|
|||
QualitySettings.maxQueuedFrames = 2;
|
||||
if (PersistentDataManager.gameSettings.isFullscreen)
|
||||
{
|
||||
Screen.SetResolution(Display.main.systemWidth, Display.main.systemHeight, FullScreenMode.ExclusiveFullScreen);
|
||||
Screen.SetResolution(Display.main.systemWidth, Display.main.systemHeight, FullScreenMode.FullScreenWindow);
|
||||
Screen.fullScreen = true;
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue