diff options
Diffstat (limited to 'source/frontend/StarTeleportDialog.hpp')
-rw-r--r-- | source/frontend/StarTeleportDialog.hpp | 2 |
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(); |