From ef2fe7c97f33a458a659d85992b8888248021d39 Mon Sep 17 00:00:00 2001 From: Nicholas Novak <34256932+NickyBoy89@users.noreply.github.com> Date: Thu, 4 May 2023 14:08:13 -0700 Subject: [PATCH] fix: Made audio work again --- Assets/Scripts/StateController.cs | 2 -- 1 file changed, 2 deletions(-) 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;