Skip to content

Commit

Permalink
nvm it was used
Browse files Browse the repository at this point in the history
  • Loading branch information
miniJmo committed Nov 29, 2024
1 parent 2bb5a22 commit 87d51f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/PatrollingAlgorithms/PatrollingAlgorithm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private void PathAndMoveToTarget()
}
}

private Vertex GetClosestVertex()
protected Vertex GetClosestVertex()
{
var position = _controller.GetSlamMap().GetCoarseMap().GetCurrentPosition(dependOnBrokenBehavior: false);
var closestVertex = _vertices[0];
Expand Down

0 comments on commit 87d51f1

Please sign in to comment.