diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:58:41 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-11-27 14:58:41 +0100 |
commit | 6e9879896e620e6113c11e48f23a5f71b4fc87f0 (patch) | |
tree | b5a9c1bb60ea88af2e89a9b72e6da44a761b7778 /src/crepe | |
parent | 137b36ded2d67e0ff636fe4e936e16d5a7a3e90f (diff) |
small change
Diffstat (limited to 'src/crepe')
-rw-r--r-- | src/crepe/system/InputSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/system/InputSystem.h b/src/crepe/system/InputSystem.h index a2a81bd..13c3fc1 100644 --- a/src/crepe/system/InputSystem.h +++ b/src/crepe/system/InputSystem.h @@ -36,7 +36,7 @@ private: //! Stores the last mouse button pressed. MouseButton last_mouse_button = MouseButton::NONE; - //! The tolerance in pixels for detecting a mouse click. + //! The tolerance in game units for detecting a mouse click. const int click_tolerance = 5; /** |