aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/crepe/system/InputSystem.h2
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;
/**