diff options
Diffstat (limited to 'source/game/interfaces/StarBeamItem.hpp')
-rw-r--r-- | source/game/interfaces/StarBeamItem.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/interfaces/StarBeamItem.hpp b/source/game/interfaces/StarBeamItem.hpp index aeb5d93..7c7cfae 100644 --- a/source/game/interfaces/StarBeamItem.hpp +++ b/source/game/interfaces/StarBeamItem.hpp @@ -22,7 +22,7 @@ public: virtual ~BeamItem() = default; virtual void init(ToolUserEntity* owner, ToolHand hand) override; - virtual void update(FireMode fireMode, bool shifting, HashSet<MoveControlType> const& moves) override; + virtual void update(float dt, FireMode fireMode, bool shifting, HashSet<MoveControlType> const& moves) override; virtual List<Drawable> nonRotatedDrawables() const override; |