Skip to content

Commit d104676

Browse files
committed
feat: zoom on costumes
1 parent d4deef4 commit d104676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples~/AvatarCreatorSamples/AvatarCreatorWizard/Scripts/UI/CategoryUICreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ private void SwitchZoomByCategory(AssetType category)
186186
return;
187187
}
188188

189-
if (category.IsOutfitAsset())
189+
if (category.IsOutfitAsset() || category == AssetType.Costume)
190190
{
191191
cameraZoom.ToFullbodyView();
192192
return;

0 commit comments

Comments
 (0)