Fix an exception.

This commit is contained in:
Ottermandias 2024-06-11 12:30:24 +02:00
parent dec3598eff
commit 6207f3a67f

View file

@ -167,6 +167,7 @@ public class ActorPanel
DrawHumanPanel();
else
DrawMonsterPanel();
if (_data.Objects.Count > 0)
_advancedDyes.Draw(_data.Objects.Last(), _state);
}