trethaller 7 роки тому
батько
коміт
514e702379
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      hide/view/l3d/Level3D.hx

+ 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");
 		}