mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Fix an exception.
This commit is contained in:
parent
dec3598eff
commit
6207f3a67f
1 changed files with 4 additions and 3 deletions
|
|
@ -167,6 +167,7 @@ public class ActorPanel
|
||||||
DrawHumanPanel();
|
DrawHumanPanel();
|
||||||
else
|
else
|
||||||
DrawMonsterPanel();
|
DrawMonsterPanel();
|
||||||
|
if (_data.Objects.Count > 0)
|
||||||
_advancedDyes.Draw(_data.Objects.Last(), _state);
|
_advancedDyes.Draw(_data.Objects.Last(), _state);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue