diff options
Diffstat (limited to 'source/game/objects/StarPhysicsObject.hpp')
-rw-r--r-- | source/game/objects/StarPhysicsObject.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/objects/StarPhysicsObject.hpp b/source/game/objects/StarPhysicsObject.hpp index 7f582b8..98fd4b3 100644 --- a/source/game/objects/StarPhysicsObject.hpp +++ b/source/game/objects/StarPhysicsObject.hpp @@ -16,7 +16,7 @@ public: void init(World* world, EntityId entityId, EntityMode mode) override; void uninit() override; - void update(uint64_t currentStep) override; + void update(float dt, uint64_t currentStep) override; RectF metaBoundBox() const override; |