Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarInventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarInventory.cpp')
-rw-r--r--source/frontend/StarInventory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarInventory.cpp b/source/frontend/StarInventory.cpp
index bcc2c15..a7626a7 100644
--- a/source/frontend/StarInventory.cpp
+++ b/source/frontend/StarInventory.cpp
@@ -412,6 +412,8 @@ void InventoryPane::update(float dt) {
}
m_title = m_player->name();
+
+ Pane::update(dt);
}
void InventoryPane::selectTab(String const& selected) {