Преглед изворни кода

Object3d: temp disable addEditorUI

lviguier пре 1 година
родитељ
комит
d4a9d97cd9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hrt/prefab/Object3D.hx

+ 1 - 1
hrt/prefab/Object3D.hx

@@ -80,7 +80,7 @@ class Object3D extends Prefab {
 		}
 
 		#if editor
-		this.addEditorUI();
+		// this.addEditorUI();
 		#end
 	}