From 71f748a76ef0b86b6377ea82cb2e7e785d28b647 Mon Sep 17 00:00:00 2001
From: nathansmithsmith <nathansmith7@mailfence.com>
Date: Fri, 6 Oct 2023 23:18:20 -0600
Subject: Fixed issues I should have fixed a while ago

---
 src/settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/settings.c')

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,
-- 
cgit v1.2.3