瀏覽代碼

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
 	}