Silent update (Android version was not how it should have been)

This commit is contained in:
2025-06-05 17:16:42 -07:00
parent bf2a75ed53
commit 5a231e0529
2 changed files with 6 additions and 5 deletions

View File

@@ -37,8 +37,9 @@ public class LoadingMenu : MonoBehaviour
else
{
SetIfNone("Setting1", 1, true);
SetIfNone("Setting2", 1, true);
SetIfNone("Setting3", 0, true);
SetIfNone("Setting2", 0, true);
SetIfNone("Setting3", 1, true);
Application.targetFrameRate = 360;
QualitySettings.vSyncCount = 0;
}
PlayerPrefs.SetString("latestVersion", Application.version);