ソースを参照

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
 	}