瀏覽代碼

Fix import

ShiroSmith 4 年之前
父節點
當前提交
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;
 	}