Browse Source

Object3d: temp disable addEditorUI

lviguier 1 year ago
parent
commit
d4a9d97cd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/prefab/Object3D.hx

+ 1 - 1
hrt/prefab/Object3D.hx

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