diff --git a/Assets/Scripts/Scenes/MainController.cs b/Assets/Scripts/Scenes/MainController.cs index 22b5b29a..01619eec 100644 --- a/Assets/Scripts/Scenes/MainController.cs +++ b/Assets/Scripts/Scenes/MainController.cs @@ -8,7 +8,7 @@ public class MainController : MonoBehaviour void Start() { UIManager.Instance.MainPanel = (GameObject)this.transform.Find("Panel").gameObject; - UIManager.Instance.ModalsPanel = this.transform.Find("PanelModals").gameObject; + //UIManager.Instance.ModalsPanel = this.transform.Find("PanelModals").gameObject; //MainMenu.transform.Find("Home").GetComponent