mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Tiny fix to UICreature
This commit is contained in:
parent
eb7a11158a
commit
b7721f6856
@ -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…
x
Reference in New Issue
Block a user