diff --git a/Assets/Scripts/QuestionHandler.cs b/Assets/Scripts/QuestionHandler.cs index c313cc2..bd9edc5 100644 --- a/Assets/Scripts/QuestionHandler.cs +++ b/Assets/Scripts/QuestionHandler.cs @@ -63,7 +63,7 @@ public void OnSubmitButton() // Start is called before the first frame update void Start() { - + gameManager = managers.GetComponent(); } // Update is called once per frame