fix: Forgot to initialize gamemanager

This commit is contained in:
Michel Roux 2024-01-28 02:53:11 +01:00
parent e43ecb338f
commit 4b86bf43b5

View File

@ -63,7 +63,7 @@ public void OnSubmitButton()
// Start is called before the first frame update
void Start()
{
gameManager = managers.GetComponent<GameManager>();
}
// Update is called once per frame