Fix pausing etc. issues in the minigame
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Minigames.DivingForPictures.Utilities
|
||||
|
||||
private bool isPaused = false;
|
||||
|
||||
private void OnEnable()
|
||||
private void Start()
|
||||
{
|
||||
DivingGameManager.Instance.RegisterPausableComponent(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user