diff options
Diffstat (limited to 'source/frontend/StarActionBar.cpp')
-rw-r--r-- | source/frontend/StarActionBar.cpp | 2 |
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>()) { |