diff options
Diffstat (limited to 'source/frontend/StarModsMenu.hpp')
-rw-r--r-- | source/frontend/StarModsMenu.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarModsMenu.hpp b/source/frontend/StarModsMenu.hpp index a9e8739..e73ac23 100644 --- a/source/frontend/StarModsMenu.hpp +++ b/source/frontend/StarModsMenu.hpp @@ -13,7 +13,7 @@ class ModsMenu : public Pane { public: ModsMenu(); - void update() override; + void update(float dt) override; private: static String bestModName(JsonObject const& metadata, String const& sourcePath); |