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 13c30e2 commit 14f7345Copy full SHA for 14f7345
UOP1_Project/Assets/Scripts/SceneManagement/StartGame.cs
@@ -35,7 +35,7 @@ public IEnumerator LoadSaveGame()
35
if (asyncOperationHandle.Status == AsyncOperationStatus.Succeeded)
36
{
37
var locationSo = asyncOperationHandle.Result;
38
- onPlayButtonPress.RaiseEvent(new[] {(GameSceneSO)locationSo}, showLoadScreen);
+ onPlayButtonPress.RaiseEvent(new[] { (GameSceneSO)locationSo }, showLoadScreen);
39
}
40
41
0 commit comments