Fix Sex not showing in character preview panel.
This commit is contained in:
@@ -92,9 +92,8 @@ namespace Content.Client.UserInterface
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
_summaryLabel.Text = selectedCharacter.Summary;
|
_summaryLabel.Text = selectedCharacter.Summary;
|
||||||
_previewDummy
|
var component = _previewDummy.GetComponent<HumanoidAppearanceComponent>();
|
||||||
.GetComponent<HumanoidAppearanceComponent>()
|
component.UpdateFromProfile(selectedCharacter);
|
||||||
.Appearance = (HumanoidCharacterAppearance) selectedCharacter.CharacterAppearance;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user