|
@@ -311,7 +311,6 @@ public class GameManager : MonoSingleton<GameManager>
|
|
|
m_SettingPanel.gameObject.SetActive(true);
|
|
|
m_EditorPanel.Init();
|
|
|
m_SettingPanel.Init();
|
|
|
- ernieBot.SetActive(true);
|
|
|
if (RouteCtr.CurrentPoints.Count > 0)
|
|
|
{
|
|
|
Player.MovePoints = RouteCtr.CurrentPoints;
|
|
@@ -331,7 +330,7 @@ public class GameManager : MonoSingleton<GameManager>
|
|
|
InitCrystals();
|
|
|
InitBoxColliders();
|
|
|
|
|
|
-
|
|
|
+ ernieBot.SetActive(true);
|
|
|
}
|
|
|
|
|
|
|