Update navigation_using_navigationagents.rst

Added comma for better readability
This commit is contained in:
Overkane
2025-04-07 11:45:39 +05:00
committed by GitHub
parent 62a4e95b61
commit 376d525e0c

View File

@@ -40,7 +40,7 @@ NavigationAgent Pathfollowing
After a ``target_position`` has been set for the agent, the next position to follow in the path
can be retrieved with the ``get_next_path_position()`` function.
Once the next path position is received move the parent actor node of the agent
Once the next path position is received, move the parent actor node of the agent
towards this path position with your own movement code.
.. note::