Bug Fix
This commit is contained in:
@@ -97,6 +97,8 @@ namespace Level
|
||||
public void DisableAllLevels()
|
||||
{
|
||||
Player.SetActive(false);
|
||||
|
||||
currentLevel = null;
|
||||
foreach (Level level in Levels.Values)
|
||||
level.Disable();
|
||||
}
|
||||
|
Reference in New Issue
Block a user