Fix Inventory::update not calling base Pane update
This commit is contained in:
parent
1a2f143f88
commit
4fbd67dacc
@ -412,6 +412,8 @@ void InventoryPane::update(float dt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_title = m_player->name();
|
m_title = m_player->name();
|
||||||
|
|
||||||
|
Pane::update(dt);
|
||||||
}
|
}
|
||||||
|
|
||||||
void InventoryPane::selectTab(String const& selected) {
|
void InventoryPane::selectTab(String const& selected) {
|
||||||
|
Loading…
Reference in New Issue
Block a user