diff options
Diffstat (limited to 'source/frontend/StarErrorScreen.hpp')
-rw-r--r-- | source/frontend/StarErrorScreen.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarErrorScreen.hpp b/source/frontend/StarErrorScreen.hpp index eb1f73e..e16d6f4 100644 --- a/source/frontend/StarErrorScreen.hpp +++ b/source/frontend/StarErrorScreen.hpp @@ -26,7 +26,7 @@ public: void render(bool useBackdrop = false); bool handleInputEvent(InputEvent const& event); - void update(); + void update(float dt); private: void renderCursor(); |