* Adjust the mouse sensitivity, think this feels better

This commit is contained in:
iProgramInCpp
2023-07-31 16:29:19 +03:00
parent d757217844
commit 297f7f3cf4

View File

@@ -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)
{