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

fixup! [references] hasCycle ignore editorOnly refs

Clement Espeute 1 жил өмнө
parent
commit
0ac57efd6a

+ 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 (_) {