diff options
Diffstat (limited to 'source/game/StarInput.hpp')
-rw-r--r-- | source/game/StarInput.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarInput.hpp b/source/game/StarInput.hpp index 90a1e05..f13885c 100644 --- a/source/game/StarInput.hpp +++ b/source/game/StarInput.hpp @@ -146,7 +146,7 @@ public: List<std::pair<InputEvent, bool>> const& inputEventsThisFrame() const; // Clears input state. Should be done at the very start or end of the client loop. - void reset(); + void reset(bool clear = false); void update(); |