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

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarEntity.hpp')
-rw-r--r--source/game/interfaces/StarEntity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/interfaces/StarEntity.hpp b/source/game/interfaces/StarEntity.hpp
index ad297a9..e55fed8 100644
--- a/source/game/interfaces/StarEntity.hpp
+++ b/source/game/interfaces/StarEntity.hpp
@@ -149,7 +149,7 @@ public:
// This will only ever be called on master entities.
virtual Maybe<Json> receiveMessage(ConnectionId sendingConnection, String const& message, JsonArray const& args);
- virtual void update(uint64_t currentStep);
+ virtual void update(float dt, uint64_t currentStep);
virtual void render(RenderCallback* renderer);