We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f118c commit 86209f9Copy full SHA for 86209f9
Assets/BossRoom/Scripts/Client/UI/StartupUI.cs
@@ -12,6 +12,8 @@ void Start()
12
{
13
AudioListener.volume = ClientPrefs.GetMasterVolume();
14
SceneManager.LoadScene("MainMenu");
15
+
16
+ Shader.WarmupAllShaders();
17
}
18
19
0 commit comments