2
0
Эх сурвалжийг харах

[spline] fix spline editor in fx editor

Clément Espeute 1 жил өмнө
parent
commit
fbdfec658f

+ 4 - 0
hrt/prefab/l3d/Spline.hx

@@ -329,6 +329,10 @@ class Spline extends Object3D {
 		if( points.length == 0 )
 			new SplinePoint(this, null);
 
+		#if editor
+		lineGraphics = null;
+		#end
+
 		updateInstance();
 	}