This commit is contained in:
billsonnn 2024-04-01 23:20:12 -04:00
parent 1664baef92
commit 2c77d752f7

View File

@ -177,8 +177,6 @@ const useAvatarEditorState = () =>
newAvatarModels[AvatarEditorFigureCategory.LEGS] = [ FigureData.TROUSERS, FigureData.SHOES, FigureData.TROUSER_ACCESSORIES ].map(setType => buildCategory(setType));
newAvatarModels[AvatarEditorFigureCategory.WARDROBE] = [];
console.log(newAvatarModels);
setAvatarModels(newAvatarModels);
setActiveModelKey(AvatarEditorFigureCategory.GENERIC);
}, [ isVisible, gender, figureSetIds ]);