Skip to content

Commit

Permalink
[spline] fix spline editor in fx editor
Browse files Browse the repository at this point in the history
  • Loading branch information
EspeuteClement committed Apr 25, 2024
1 parent 3b91042 commit fbdfec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hrt/prefab/l3d/Spline.hx
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ class Spline extends Object3D {
if( points.length == 0 )
new SplinePoint(this, null);

#if editor
lineGraphics = null;
#end

updateInstance();
}

Expand Down

0 comments on commit fbdfec6

Please sign in to comment.