2
0
trethaller 7 жил өмнө
parent
commit
514e702379

+ 1 - 0
hide/view/l3d/Level3D.hx

@@ -148,6 +148,7 @@ private class Level3DSceneEditor extends hide.comp.SceneEditor {
 		}
 
 		if(current != null && (current.type == "model" || current.type == "polygon")) {
+			allowed.push("material");
 			allowed.push("shader");
 		}