From d12630d815eff501e707bced3a80616c85f45a1b Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 31 Mar 2024 00:03:45 +0100 Subject: [PATCH] Fix --- Source/Engine/Navigation/NavCrowd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); ///