Skip to content

Commit c7c6575

Browse files
committed
setting default appearance in root entity, too
1 parent 0633555 commit c7c6575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WolvenKit.App/Services/ArchiveXlItemService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ private void AddRootEntity(ArchiveXlClothingItem clothingItemData, Cp77Project a
829829

830830
// Take care of the tags
831831
rootEntity.VisualTagsSchema ??= new CHandle<entVisualTagsSchema>() { Chunk = new entVisualTagsSchema() };
832+
rootEntity.DefaultAppearance = itemName;
832833

833834
var tags = rootEntity.VisualTagsSchema.Chunk ?? new entVisualTagsSchema();
834835
tags.VisualTags ??= new redTagList();

0 commit comments

Comments
 (0)