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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarTeleportDialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarTeleportDialog.cpp')
-rw-r--r--source/frontend/StarTeleportDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarTeleportDialog.cpp b/source/frontend/StarTeleportDialog.cpp
index c1ca4b4..7b4030d 100644
--- a/source/frontend/StarTeleportDialog.cpp
+++ b/source/frontend/StarTeleportDialog.cpp
@@ -120,7 +120,7 @@ TeleportDialog::TeleportDialog(UniverseClientPtr client,
fetchChild<ButtonWidget>("btnTeleport")->setEnabled(destList->selectedItem() != NPos);
}
-void TeleportDialog::tick(float dt) {
+void TeleportDialog::tick(float) {
if (!m_client->worldClient()->playerCanReachEntity(m_sourceEntityId))
dismiss();
}