diff --git a/Glamourer/Gui/Tabs/ActorTab/ActorPanel.cs b/Glamourer/Gui/Tabs/ActorTab/ActorPanel.cs index 5a05058..8febcd9 100644 --- a/Glamourer/Gui/Tabs/ActorTab/ActorPanel.cs +++ b/Glamourer/Gui/Tabs/ActorTab/ActorPanel.cs @@ -167,7 +167,7 @@ public class ActorPanel DrawHumanPanel(); else DrawMonsterPanel(); - _advancedDyes.Draw(_actor, _state); + _advancedDyes.Draw(_data.Objects.Last(), _state); } private void DrawHumanPanel()