diff options
Diffstat (limited to 'scene/2d/navigation_agent_2d.h')
| -rw-r--r-- | scene/2d/navigation_agent_2d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/2d/navigation_agent_2d.h b/scene/2d/navigation_agent_2d.h index ca43abf833..358dac46d9 100644 --- a/scene/2d/navigation_agent_2d.h +++ b/scene/2d/navigation_agent_2d.h @@ -75,7 +75,7 @@ class NavigationAgent2D : public Node { Vector2 safe_velocity; /// The submitted target velocity, sets the "wanted" rvo agent velocity on the next update - // this velocity is not guaranteed, the simulation will try to fulfil it if possible + // this velocity is not guaranteed, the simulation will try to fulfill it if possible // if other agents or obstacles interfere it will be changed accordingly Vector2 velocity; bool velocity_submitted = false; |
