diff --git a/Source/Engine/Navigation/NavCrowd.h b/Source/Engine/Navigation/NavCrowd.h index 135a23eba..f92083734 100644 --- a/Source/Engine/Navigation/NavCrowd.h +++ b/Source/Engine/Navigation/NavCrowd.h @@ -81,7 +81,7 @@ public: /// Sets the agent current velocity (direction * speed). /// /// The agent ID. - /// The agent velocity (direction * speed). + /// The agent velocity (direction * speed). API_FUNCTION() void SetAgentVelocity(int32 id, const Vector3& velocity); ///