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

summaryrefslogtreecommitdiff
path: root/source/game/StarPlayerDeployment.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarPlayerDeployment.hpp')
-rw-r--r--source/game/StarPlayerDeployment.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlayerDeployment.hpp b/source/game/StarPlayerDeployment.hpp
index e9c9462..7c0602d 100644
--- a/source/game/StarPlayerDeployment.hpp
+++ b/source/game/StarPlayerDeployment.hpp
@@ -28,7 +28,7 @@ public:
void teleportOut();
Maybe<Json> receiveMessage(String const& message, bool localMessage, JsonArray const& args = {});
- void update();
+ void update(float dt);
void render(RenderCallback* renderCallback, Vec2F const& position);