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 789226f commit dfbc860Copy full SHA for dfbc860
UOP1_Project/Assets/Scripts/SceneManagement/StartGame.cs
@@ -67,7 +67,7 @@ public IEnumerator LoadSaveGame()
67
if (asyncOperationHandle.Status == AsyncOperationStatus.Succeeded)
68
{
69
var locationSo = asyncOperationHandle.Result;
70
- onPlayButtonPress.RaiseEvent(new[] {(GameSceneSO)locationSo}, showLoadScreen);
+ onPlayButtonPress.RaiseEvent(new[] { (GameSceneSO)locationSo }, showLoadScreen);
71
}
72
73
0 commit comments