fix: Made audio work again
This commit is contained in:
		@@ -43,8 +43,6 @@ public class StateController : MonoBehaviour
 | 
			
		||||
 | 
			
		||||
    void Awake()
 | 
			
		||||
    {
 | 
			
		||||
        // TODO: Remove this when done
 | 
			
		||||
        AudioListener.pause = true;
 | 
			
		||||
        if (Instance == null)
 | 
			
		||||
        {
 | 
			
		||||
            Instance = this;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user