diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2022-01-08 23:41:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 23:41:59 +0100 |
commit | d332412dc61f1bb7e3dd957ac3609a74dfdfcd0c (patch) | |
tree | e2cb0e182528a880575a992783e9987fb3e40534 /doc/classes/NavigationAgent2D.xml | |
parent | a489eb853d4a4b15a1410ace08fcff92a089d4ea (diff) | |
parent | 6f0e31a3c93ed460d02429b42cc8a578eff627ab (diff) |
Merge pull request #56624 from timothyqiu/doc-fixes
Misc documentation improvements
Diffstat (limited to 'doc/classes/NavigationAgent2D.xml')
-rw-r--r-- | doc/classes/NavigationAgent2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/NavigationAgent2D.xml b/doc/classes/NavigationAgent2D.xml index 068854024c..ae904ea550 100644 --- a/doc/classes/NavigationAgent2D.xml +++ b/doc/classes/NavigationAgent2D.xml @@ -18,7 +18,7 @@ <method name="get_final_location"> <return type="Vector2" /> <description> - Returns the reachable final location in global coordinates. This can change if the navigation path is altered in any way. + Returns the reachable final location in global coordinates. This can change if the navigation path is altered in any way. Because of this, it would be best to check this each frame. </description> </method> <method name="get_nav_path" qualifiers="const"> |