diff options
author | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-06 23:18:20 -0600 |
---|---|---|
committer | nathansmithsmith <nathansmith7@mailfence.com> | 2023-10-06 23:18:20 -0600 |
commit | 71f748a76ef0b86b6377ea82cb2e7e785d28b647 (patch) | |
tree | b66c022e3a9d74600f165f04f08a2f4d2f66f339 /src/settings.c | |
parent | a3e1d468a46f2f463500ccbec042e96350f74475 (diff) |
Fixed issues I should have fixed a while ago
Diffstat (limited to 'src/settings.c')
-rw-r--r-- | src/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c index 35de96f..391169b 100644 --- a/src/settings.c +++ b/src/settings.c @@ -3,7 +3,7 @@ void initSettings(Settings * settings) { *settings = (Settings){ .controlMode = KEYBOARD_AND_MOUSE_CONTROL, - .mouseSensitivity = 0.1, + .mouseSensitivity = 0.0016, .scrollBarSpeed = 10.0, .lockMouse = true, .gamePadNum = 0, |