From 9c3fcbed55265bcefa5169c2ceb4b7ad587809e4 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 d040ace45..ac022c3f9 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.