Browse Source

Material selector allow children.

clementlandrin 11 months ago
parent
commit
7285fd599c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hrt/prefab/MaterialSelector.hx

+ 1 - 0
hrt/prefab/MaterialSelector.hx

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