From 297f7f3cf4105c9618a1fe2f7d49879bb71eef8c Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Mon, 31 Jul 2023 16:29:19 +0300 Subject: [PATCH] * Adjust the mouse sensitivity, think this feels better --- source/UserInput/MouseTurnInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/UserInput/MouseTurnInput.cpp b/source/UserInput/MouseTurnInput.cpp index c7794fe..101316f 100644 --- a/source/UserInput/MouseTurnInput.cpp +++ b/source/UserInput/MouseTurnInput.cpp @@ -9,7 +9,7 @@ #include "MouseTurnInput.hpp" #include "Mouse.hpp" -constexpr float C_SENSITIVITY = 0.9f; +constexpr float C_SENSITIVITY = 0.5f; MouseTurnInput::MouseTurnInput(Minecraft* pMC) {