Просмотр исходного кода

Fix for Skybox material assignment

Josh Engebretson 9 лет назад
Родитель
Сommit
fd8c0321fd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Script/AtomicEditor/ui/frames/inspector/ComponentAttributeUI.ts

+ 1 - 0
Script/AtomicEditor/ui/frames/inspector/ComponentAttributeUI.ts

@@ -496,4 +496,5 @@ class SubmeshListAttributeEdit extends AttributeInfoEdit {
 
 AttributeInfoEdit.registerCustomAttr("AnimatedModel", "Material", SubmeshListAttributeEdit);
 AttributeInfoEdit.registerCustomAttr("StaticModel", "Material", SubmeshListAttributeEdit);
+AttributeInfoEdit.registerCustomAttr("Skybox", "Material", SubmeshListAttributeEdit);
 AttributeInfoEdit.registerCustomAttr("Light", "CSM Splits", LightCascadeAttributeEdit);