diff options
Diffstat (limited to 'source/frontend/StarScriptPane.hpp')
-rw-r--r-- | source/frontend/StarScriptPane.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarScriptPane.hpp b/source/frontend/StarScriptPane.hpp index 229ebbb..e7ed2ae 100644 --- a/source/frontend/StarScriptPane.hpp +++ b/source/frontend/StarScriptPane.hpp @@ -16,7 +16,7 @@ public: void displayed() override; void dismissed() override; - void tick() override; + void tick(float dt) override; PanePtr createTooltip(Vec2I const& screenPosition) override; |