From b6610b5be24f864fb347dcb0587e668f435201a2 Mon Sep 17 00:00:00 2001 From: bobby-the-epic <174213631+bobby-the-epic@users.noreply.github.com> Date: Sat, 31 Aug 2024 16:57:40 -0500 Subject: [PATCH] Add missing comma Added a comma to clarify the subject of the sentence. --- tutorials/navigation/navigation_using_navigationobstacles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/navigation/navigation_using_navigationobstacles.rst b/tutorials/navigation/navigation_using_navigationobstacles.rst index a8e7e7f22..f9a437863 100644 --- a/tutorials/navigation/navigation_using_navigationobstacles.rst +++ b/tutorials/navigation/navigation_using_navigationobstacles.rst @@ -25,7 +25,7 @@ Obstacles and navigation mesh Navigation obstacles affecting navigation mesh baking. -For navigation mesh baking obstacles can be used to discard parts of all other source geometry inside the obstacle shape. +For navigation mesh baking, obstacles can be used to discard parts of all other source geometry inside the obstacle shape. This can be used to stop navigation meshes being baked in unwanted places, e.g. inside "solid" geometry like thick walls or on top of other geometry that should not be included for gameplay like roofs.