mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-13 21:25:09 +00:00
Merge branch 'release_1'
This commit is contained in:
commit
b6450bcb34
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ namespace HeavenStudio
|
||||||
QualitySettings.maxQueuedFrames = 2;
|
QualitySettings.maxQueuedFrames = 2;
|
||||||
if (PersistentDataManager.gameSettings.isFullscreen)
|
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;
|
Screen.fullScreen = true;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue