Update the Pause menu flow to be slightly less scoffed
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Minigames.DivingForPictures.Utilities
|
||||
|
||||
private bool isPaused = false;
|
||||
|
||||
private void Awake()
|
||||
private void OnEnable()
|
||||
{
|
||||
DivingGameManager.Instance.RegisterPausableComponent(this);
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Minigames.DivingForPictures.Utilities
|
||||
|
||||
private bool isPaused = false;
|
||||
|
||||
private void Awake()
|
||||
private void OnEnable()
|
||||
{
|
||||
DivingGameManager.Instance.RegisterPausableComponent(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user