fix: Forgot to initialize gamemanager
This commit is contained in:
parent
e43ecb338f
commit
4b86bf43b5
@ -63,7 +63,7 @@ public void OnSubmitButton()
|
|||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
|
gameManager = managers.GetComponent<GameManager>();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update is called once per frame
|
// Update is called once per frame
|
||||||
|
Loading…
Reference in New Issue
Block a user