Skip to content
Snippets Groups Projects
Commit e82d69d8 authored by David Huss's avatar David Huss :speech_balloon:
Browse files

Fix Data

parent 554e4309
Branches
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ using UnityEngine.SceneManagement; ...@@ -20,7 +20,7 @@ using UnityEngine.SceneManagement;
currentScene = SceneManager.GetActiveScene().name; currentScene = SceneManager.GetActiveScene().name;
RegisterScene(currentScene); RegisterScene(currentScene);
} }
Debug.LogFormat("[{0}] Current Scene after Awake is: {1}", this.gameObject.name, , currentScene); Debug.LogFormat("[{0}] Current Scene after Awake is: {1}", this.gameObject.name, currentScene);
} }
public void RegisterSound(string name) { public void RegisterSound(string name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment