From e8f0fd5ebc053ef655016f6df11f18f071035074 Mon Sep 17 00:00:00 2001 From: feistyfedora <12000170+feistyfedora@users.noreply.github.com> Date: Sun, 2 Aug 2026 12:56:10 -0400 Subject: [PATCH] Switched hair colorization to not completely refresh entity --- Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs index e3ed0ecc0c1..563a3456383 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs @@ -472,7 +472,7 @@ public HumanoidProfileEditor( Profile = Profile.WithCharacterAppearance( Profile.Appearance.WithHairColor(newColor.marking.MarkingColors[0])); UpdateCMarkingsHair(); - ReloadPreview(); + ReloadProfilePreview(); // Omu - hair color change does not need complete refresh }; FacialHairPicker.OnMarkingSelect += newStyle => @@ -491,7 +491,7 @@ public HumanoidProfileEditor( Profile = Profile.WithCharacterAppearance( Profile.Appearance.WithFacialHairColor(newColor.marking.MarkingColors[0])); UpdateCMarkingsFacialHair(); - ReloadPreview(); + ReloadProfilePreview(); // Omu - hair color change does not need complete refresh }; HairStylePicker.OnSlotRemove += _ =>