Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarCraftingInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarCraftingInterface.hpp')
-rw-r--r--source/frontend/StarCraftingInterface.hpp2
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);