diff options
author | Clay John <claynjohn@gmail.com> | 2022-10-28 10:57:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 10:57:46 -0700 |
commit | ada2661a2c58b64d3798f1022c7e44274d5d9f28 (patch) | |
tree | 52a8b7a54619a162fad90efcf5db50f027e94950 /doc | |
parent | e3b66ff9e36f2421736f521fe5f3ca21bfe7d6fa (diff) | |
parent | b9c3a5534b0bfe1717d8919dd2a25b5cf8d7b821 (diff) |
Merge pull request #67956 from RedMser/safe-velocity-type
Fix type of `safe_velocity` parameter
Diffstat (limited to 'doc')
-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 3437e0eca4..a69491ec66 100644 --- a/doc/classes/NavigationAgent2D.xml +++ b/doc/classes/NavigationAgent2D.xml @@ -163,7 +163,7 @@ </description> </signal> <signal name="velocity_computed"> - <param index="0" name="safe_velocity" type="Vector3" /> + <param index="0" name="safe_velocity" type="Vector2" /> <description> Notifies when the collision avoidance velocity is calculated. Emitted by [method set_velocity]. Only emitted when [member avoidance_enabled] is true. </description> |