Tiny fix to UICreature
Signed-off-by: otfallen <f.fallen45@gmail.com>
This commit is contained in:
parent
29ec07efb4
commit
554292e46b
|
@ -30,7 +30,6 @@
|
|||
class UICreature : public UIWidget
|
||||
{
|
||||
public:
|
||||
UICreature() { m_color = Color::white; }
|
||||
void drawSelf(Fw::DrawPane drawPane);
|
||||
|
||||
void setCreature(const CreaturePtr& creature) { m_creature = creature; }
|
||||
|
|
Loading…
Reference in New Issue