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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarTeleportDialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarTeleportDialog.hpp')
-rw-r--r--source/frontend/StarTeleportDialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarTeleportDialog.hpp b/source/frontend/StarTeleportDialog.hpp
index 445f73a..3dea84d 100644
--- a/source/frontend/StarTeleportDialog.hpp
+++ b/source/frontend/StarTeleportDialog.hpp
@@ -19,7 +19,7 @@ public:
EntityId sourceEntityId,
TeleportBookmark currentLocation);
- void tick() override;
+ void tick(float dt) override;
void selectDestination();
void teleport();