diff options
Diffstat (limited to 'source/game/interfaces/StarToolUserItem.cpp')
-rw-r--r-- | source/game/interfaces/StarToolUserItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/interfaces/StarToolUserItem.cpp b/source/game/interfaces/StarToolUserItem.cpp index 104b513..8191cec 100644 --- a/source/game/interfaces/StarToolUserItem.cpp +++ b/source/game/interfaces/StarToolUserItem.cpp @@ -14,7 +14,7 @@ void ToolUserItem::uninit() { m_hand = {}; } -void ToolUserItem::update(float dt, FireMode, bool, HashSet<MoveControlType> const&) {} +void ToolUserItem::update(float, FireMode, bool, HashSet<MoveControlType> const&) {} bool ToolUserItem::initialized() const { return (bool)m_owner; |