Corrected spelling error

(cherry picked from commit 7a397d6976)
This commit is contained in:
Ertain 2019-06-11 03:19:16 -05:00 committed by Rémi Verschelde
parent ffab827683
commit 0e21648419
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<argument index="2" name="optimize" type="bool" default="true"> <argument index="2" name="optimize" type="bool" default="true">
</argument> </argument>
<description> <description>
Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (raidus, height, etc.) are considered in the path calculation, otherwise they are ignored. Returns the path between two given points. Points are in local coordinate space. If [code]optimize[/code] is [code]true[/code] (the default), the agent properties associated with each [NavigationMesh] (radius, height, etc.) are considered in the path calculation, otherwise they are ignored.
</description> </description>
</method> </method>
<method name="navmesh_add"> <method name="navmesh_add">