Skip to content

Commit ed65cec

Browse files
authored
Merge pull request #10841 from Overkane/patch-1
Add comma to Using NavigationAgents
2 parents 2801631 + 376d525 commit ed65cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/navigation/navigation_using_navigationagents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NavigationAgent Pathfollowing
4040
After a ``target_position`` has been set for the agent, the next position to follow in the path
4141
can be retrieved with the ``get_next_path_position()`` function.
4242

43-
Once the next path position is received move the parent actor node of the agent
43+
Once the next path position is received, move the parent actor node of the agent
4444
towards this path position with your own movement code.
4545

4646
.. note::

0 commit comments

Comments
 (0)