Fix Inventory::update not calling base Pane update

This commit is contained in:
Kae 2023-07-22 21:35:00 +10:00
parent 1a2f143f88
commit 4fbd67dacc

View File

@ -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) {