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 e23eb74 commit 4f67b86Copy full SHA for 4f67b86
SkipSplashScreenProject/SkipSplashScreenPlugin.cs
@@ -28,7 +28,7 @@ public void Update()
28
if (gameState == null)
29
return;
30
31
- if (GameManager.Instance?.Game?.GlobalGameState?.GetState() == GameState.MainMenu)
+ if (gameState == GameState.MainMenu)
32
Destroy(this);
33
}
34
0 commit comments