diff options
Diffstat (limited to 'source/frontend/StarInventory.hpp')
-rw-r--r-- | source/frontend/StarInventory.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarInventory.hpp b/source/frontend/StarInventory.hpp index 035045c..cb5deed 100644 --- a/source/frontend/StarInventory.hpp +++ b/source/frontend/StarInventory.hpp @@ -35,7 +35,7 @@ public: bool containsNewItems() const; protected: - virtual void update() override; + virtual void update(float dt) override; void selectTab(String const& selected); private: |