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

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarEntity.cpp')
-rw-r--r--source/game/interfaces/StarEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/interfaces/StarEntity.cpp b/source/game/interfaces/StarEntity.cpp
index 67887c9..801a0d8 100644
--- a/source/game/interfaces/StarEntity.cpp
+++ b/source/game/interfaces/StarEntity.cpp
@@ -111,7 +111,7 @@ Maybe<Json> Entity::receiveMessage(ConnectionId, String const&, JsonArray const&
return {};
}
-void Entity::update(uint64_t) {}
+void Entity::update(float dt, uint64_t) {}
void Entity::render(RenderCallback*) {}