diff options
| -rw-r--r-- | src/camera/src/mouse.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/camera/src/mouse.c b/src/camera/src/mouse.c index 4249ca5..22fc3ba 100644 --- a/src/camera/src/mouse.c +++ b/src/camera/src/mouse.c @@ -21,8 +21,8 @@ static void update_speed(struct camera *const cam, const struct mouse *const m) { MAX_SPEED = 10, STEP = 1, - THRESHOLD_X = CAMERA_CURSOR_WIDTH * 3, - THRESHOLD_Y = CAMERA_CURSOR_HEIGHT * 3 + THRESHOLD_X = CAMERA_CURSOR_WIDTH / 2, + THRESHOLD_Y = CAMERA_CURSOR_HEIGHT / 2 }; const struct cursor *const c = &cam->cursor; |
