From c6ad4d0e19836995a31716563601e954b2717982 Mon Sep 17 00:00:00 2001 From: Ruan Lucas <79365912+RuanLucasGD@users.noreply.github.com> Date: Sat, 9 Sep 2023 13:07:39 -0400 Subject: [PATCH] small doc fix --- Source/Engine/Debug/DebugDraw.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Debug/DebugDraw.cs b/Source/Engine/Debug/DebugDraw.cs index 0fe0d51d2..bc000e03d 100644 --- a/Source/Engine/Debug/DebugDraw.cs +++ b/Source/Engine/Debug/DebugDraw.cs @@ -34,7 +34,7 @@ namespace FlaxEngine /// /// Draws the line in a direction. /// - /// The start point. + /// The origin of the line. /// The direction of the line. /// The color. /// The duration (in seconds). Use 0 to draw it only once.