mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-18 21:36:27 +01:00
Changes
This commit is contained in:
parent
1664baef92
commit
2c77d752f7
@ -177,8 +177,6 @@ const useAvatarEditorState = () =>
|
|||||||
newAvatarModels[AvatarEditorFigureCategory.LEGS] = [ FigureData.TROUSERS, FigureData.SHOES, FigureData.TROUSER_ACCESSORIES ].map(setType => buildCategory(setType));
|
newAvatarModels[AvatarEditorFigureCategory.LEGS] = [ FigureData.TROUSERS, FigureData.SHOES, FigureData.TROUSER_ACCESSORIES ].map(setType => buildCategory(setType));
|
||||||
newAvatarModels[AvatarEditorFigureCategory.WARDROBE] = [];
|
newAvatarModels[AvatarEditorFigureCategory.WARDROBE] = [];
|
||||||
|
|
||||||
console.log(newAvatarModels);
|
|
||||||
|
|
||||||
setAvatarModels(newAvatarModels);
|
setAvatarModels(newAvatarModels);
|
||||||
setActiveModelKey(AvatarEditorFigureCategory.GENERIC);
|
setActiveModelKey(AvatarEditorFigureCategory.GENERIC);
|
||||||
}, [ isVisible, gender, figureSetIds ]);
|
}, [ isVisible, gender, figureSetIds ]);
|
||||||
|
Loading…
Reference in New Issue
Block a user