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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMerchantInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarMerchantInterface.hpp')
-rw-r--r--source/frontend/StarMerchantInterface.hpp2
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();