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

summaryrefslogtreecommitdiff
path: root/source/frontend/StarActionBar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarActionBar.cpp')
-rw-r--r--source/frontend/StarActionBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarActionBar.cpp b/source/frontend/StarActionBar.cpp
index 15e1bd5..fb08e3b 100644
--- a/source/frontend/StarActionBar.cpp
+++ b/source/frontend/StarActionBar.cpp
@@ -196,7 +196,7 @@ bool ActionBar::sendEvent(InputEvent const& event) {
return false;
}
-void ActionBar::update(float dt) {
+void ActionBar::update(float) {
auto inventory = m_player->inventory();
auto abl = inventory->selectedActionBarLocation();
if (abl.is<CustomBarIndex>()) {