diff --git a/Assets/Scripts/StateController.cs b/Assets/Scripts/StateController.cs index 9fb0468..4213d96 100644 --- a/Assets/Scripts/StateController.cs +++ b/Assets/Scripts/StateController.cs @@ -43,8 +43,6 @@ public class StateController : MonoBehaviour void Awake() { - // TODO: Remove this when done - AudioListener.pause = true; if (Instance == null) { Instance = this;