2
0
Эх сурвалжийг харах

Object3d: temp disable addEditorUI

lviguier 1 жил өмнө
parent
commit
d4a9d97cd9

+ 1 - 1
hrt/prefab/Object3D.hx

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