* Improve mouse turning once again.

This commit is contained in:
iProgramInCpp
2023-07-31 21:15:42 +03:00
parent 24a693026f
commit 40961e8d8d
3 changed files with 12 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
#include "MouseTurnInput.hpp"
#include "Mouse.hpp"
constexpr float C_SENSITIVITY = 0.5f;
constexpr float C_SENSITIVITY = 1.0f;
MouseTurnInput::MouseTurnInput(Minecraft* pMC)
{