fix: Made audio work again

This commit is contained in:
Nicholas Novak 2023-05-04 14:08:13 -07:00
parent 96acb9ba5f
commit ef2fe7c97f

View File

@ -43,8 +43,6 @@ public class StateController : MonoBehaviour
void Awake() void Awake()
{ {
// TODO: Remove this when done
AudioListener.pause = true;
if (Instance == null) if (Instance == null)
{ {
Instance = this; Instance = this;