add suport to loop spline on set tangent linear

This commit is contained in:
Ruan Lucas
2023-07-21 22:11:15 -04:00
parent 1bd7210107
commit f8da0708e1
2 changed files with 19 additions and 12 deletions

View File

@@ -257,6 +257,7 @@ namespace FlaxEditor.SceneGraph.Actors
public override void OnDebugDraw(ViewportDebugDrawData data)
{
Debug.Log(Name);
// Draw spline and spline point
ParentNode.OnDebugDraw(data);