2
0
ShiroSmith 4 жил өмнө
parent
commit
fb2a66b3c4
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      hrt/prefab/Curve.hx

+ 1 - 2
hrt/prefab/Curve.hx

@@ -1,5 +1,4 @@
 package hrt.prefab;
-import hide.comp.CurveEditor;
 using Lambda;
 
 class CurveHandle {
@@ -271,7 +270,7 @@ class Curve extends Prefab {
 			ctx.onChange(this, pname);
 		});
 
-		var ce = new CurveEditor(ctx.properties.undo, ctx.properties.element);
+		var ce = new hide.comp.CurveEditor(ctx.properties.undo, ctx.properties.element);
 		ce.curve = this;
 	}