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

summaryrefslogtreecommitdiff
path: root/source/game/StarObject.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarObject.hpp')
-rw-r--r--source/game/StarObject.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarObject.hpp b/source/game/StarObject.hpp
index e45a612..9b59c50 100644
--- a/source/game/StarObject.hpp
+++ b/source/game/StarObject.hpp
@@ -62,7 +62,7 @@ public:
virtual bool shouldDestroy() const override;
virtual void destroy(RenderCallback* renderCallback) override;
- virtual void update(uint64_t currentStep) override;
+ virtual void update(float dt, uint64_t currentStep) override;
virtual void render(RenderCallback* renderCallback) override;