diff options
Diffstat (limited to 'source/frontend/StarMerchantInterface.hpp')
-rw-r--r-- | source/frontend/StarMerchantInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMerchantInterface.hpp b/source/frontend/StarMerchantInterface.hpp index a4ac0c8..d123c9b 100644 --- a/source/frontend/StarMerchantInterface.hpp +++ b/source/frontend/StarMerchantInterface.hpp @@ -30,7 +30,7 @@ public: ItemPtr addItems(ItemPtr const& items); protected: - void update() override; + void update(float dt) override; private: void swapSlot(); |