From f60b0fce7d88fc073d4e6db7f194836efe634269 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 11 Jan 2020 13:37:34 +0100 Subject: [PATCH] Fix hair not syncing style correctly. Fixes #502 --- Content.Client/GameObjects/Components/Mobs/HairComponent.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.Client/GameObjects/Components/Mobs/HairComponent.cs b/Content.Client/GameObjects/Components/Mobs/HairComponent.cs index 5a929da39b..fbce8ed28c 100644 --- a/Content.Client/GameObjects/Components/Mobs/HairComponent.cs +++ b/Content.Client/GameObjects/Components/Mobs/HairComponent.cs @@ -42,6 +42,8 @@ namespace Content.Client.GameObjects.Components.Mobs sprite.LayerSetShader(HumanoidVisualLayers.Hair, _hairShader); sprite.LayerSetShader(HumanoidVisualLayers.FacialHair, _facialHairShader); } + + UpdateHairStyle(); } public override string FacialHairStyleName