diff options
Diffstat (limited to 'source/game/objects/StarFarmableObject.hpp')
-rw-r--r-- | source/game/objects/StarFarmableObject.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/objects/StarFarmableObject.hpp b/source/game/objects/StarFarmableObject.hpp index f70aa35..b3768bf 100644 --- a/source/game/objects/StarFarmableObject.hpp +++ b/source/game/objects/StarFarmableObject.hpp @@ -9,7 +9,7 @@ class FarmableObject : public Object { public: FarmableObject(ObjectConfigConstPtr config, Json const& parameters); - void update(uint64_t currentStep) override; + void update(float dt, uint64_t currentStep) override; bool damageTiles(List<Vec2I> const& position, Vec2F const& sourcePosition, TileDamage const& tileDamage) override; InteractAction interact(InteractRequest const& request) override; |