diff options
Diffstat (limited to 'source/frontend/StarTitleScreen.hpp')
-rw-r--r-- | source/frontend/StarTitleScreen.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarTitleScreen.hpp b/source/frontend/StarTitleScreen.hpp index 5ce000d..87ce0c8 100644 --- a/source/frontend/StarTitleScreen.hpp +++ b/source/frontend/StarTitleScreen.hpp @@ -47,7 +47,7 @@ public: void render(); bool handleInputEvent(InputEvent const& event); - void update(); + void update(float dt); bool textInputActive() const; |