Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jun 3, 2024
1 parent b2f256d commit 921e340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Runtime/AvatarCreator/Scripts/Managers/AvatarManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AvatarManager : IDisposable
public AvatarManager(AvatarConfig avatarConfig = null, CancellationToken token = default, OutfitGender gender = OutfitGender.None)
{
this.gender = gender;
if (avatarConfig != null)
if (avatarConfig == null)
{
avatarConfigParameters = AvatarConfigProcessor.ProcessAvatarConfiguration(avatarConfig);
}
Expand Down

0 comments on commit 921e340

Please sign in to comment.