small doc fix

This commit is contained in:
Ruan Lucas
2023-09-09 13:07:39 -04:00
parent 420e02e3c1
commit c6ad4d0e19

View File

@@ -34,7 +34,7 @@ namespace FlaxEngine
/// <summary>
/// Draws the line in a direction.
/// </summary>
/// <param name="origin">The start point.</param>
/// <param name="origin">The origin of the line.</param>
/// <param name="direction">The direction of the line.</param>
/// <param name="color">The color.</param>
/// <param name="duration">The duration (in seconds). Use 0 to draw it only once.</param>