Explorar el Código

Material selector allow children.

clementlandrin hace 10 meses
padre
commit
7285fd599c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      hrt/prefab/MaterialSelector.hx

+ 1 - 0
hrt/prefab/MaterialSelector.hx

@@ -33,6 +33,7 @@ class MaterialSelector extends hrt.prefab.Prefab {
 		return {
 		return {
 			icon : "cog",
 			icon : "cog",
 			name : "Material Selector",
 			name : "Material Selector",
+			allowChildren: function(t) return true,
 		};
 		};
 	}
 	}