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