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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarCodexInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarCodexInterface.hpp')
-rw-r--r--source/frontend/StarCodexInterface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarCodexInterface.hpp b/source/frontend/StarCodexInterface.hpp
index 0f4b549..bd8e103 100644
--- a/source/frontend/StarCodexInterface.hpp
+++ b/source/frontend/StarCodexInterface.hpp
@@ -21,7 +21,7 @@ public:
CodexInterface(PlayerPtr player);
virtual void show() override;
- virtual void tick() override;
+ virtual void tick(float dt) override;
void showTitles();
void showSelectedContents();