Explorar el Código

Object3d: temp disable addEditorUI

lviguier hace 1 año
padre
commit
d4a9d97cd9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	}