1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 01:19:59 +00:00

Reduce mouse sensitivity

This commit is contained in:
Aesylwinn 2016-03-18 14:43:13 -04:00
parent 2b72a04e7a
commit 4374f69a60

View File

@ -26,7 +26,7 @@ namespace CSVRender
CameraController::CameraController()
: mActive(false)
, mModified(false)
, mMouseScalar(-1/350.f)
, mMouseScalar(-1/700.f)
, mCamera(NULL)
{
}