Small fizes

This commit is contained in:
Andrey Gumirov
2022-04-19 19:24:53 +07:00
parent 4bd1e0644a
commit aae98595d3
5 changed files with 8 additions and 6 deletions

View File

@ -31,7 +31,7 @@ public class MovementController : MonoBehaviour
public void MoveToRandomPoint()
{
Debug.Log(MapManager.navPoints == null);
// Debug.Log(MapManager.navPoints == null);
goToNextNavPoint(MapManager.navPoints[Random.Range(0, MapManager.navPoints.Count)]);
}