Explorar o código

Object3d: temp disable addEditorUI

lviguier hai 1 ano
pai
achega
d4a9d97cd9
Modificáronse 1 ficheiros con 1 adicións e 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
 	}