diff options
Diffstat (limited to 'source/frontend/StarQuestInterface.hpp')
-rw-r--r-- | source/frontend/StarQuestInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarQuestInterface.hpp b/source/frontend/StarQuestInterface.hpp index d7d68e8..366d4ac 100644 --- a/source/frontend/StarQuestInterface.hpp +++ b/source/frontend/StarQuestInterface.hpp @@ -19,7 +19,7 @@ public: virtual ~QuestLogInterface() {} virtual void displayed() override; - virtual void tick() override; + virtual void tick(float dt) override; virtual PanePtr createTooltip(Vec2I const& screenPosition) override; void fetchData(); |