diff options
Diffstat (limited to 'source/frontend/StarCraftingInterface.hpp')
-rw-r--r-- | source/frontend/StarCraftingInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarCraftingInterface.hpp b/source/frontend/StarCraftingInterface.hpp index 282729a..33c1e32 100644 --- a/source/frontend/StarCraftingInterface.hpp +++ b/source/frontend/StarCraftingInterface.hpp @@ -34,7 +34,7 @@ private: List<ItemRecipe> determineRecipes(); - virtual void update() override; + virtual void update(float dt) override; void updateCraftButtons(); void updateAvailableRecipes(); bool consumeIngredients(ItemRecipe& recipe, int count); |