Browse Source

fixup! [references] hasCycle ignore editorOnly refs

Clement Espeute 1 năm trước cách đây
mục cha
commit
0ac57efd6a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      hrt/prefab/Reference.hx

+ 0 - 1
hrt/prefab/Reference.hx

@@ -52,7 +52,6 @@ class Reference extends Object3D {
 		#end
 			var refInstance = hxd.res.Loader.currentInstance.load(source).to(hrt.prefab.Resource).load().clone();
 			refInstance.shared.parentPrefab = this;
-			trace("Resolve ref");
 			return refInstance;
 		#if editor
 		} catch (_) {