mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-12 17:43:05 +00:00
Reduce mouse sensitivity
This commit is contained in:
parent
2b72a04e7a
commit
4374f69a60
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace CSVRender
|
||||||
CameraController::CameraController()
|
CameraController::CameraController()
|
||||||
: mActive(false)
|
: mActive(false)
|
||||||
, mModified(false)
|
, mModified(false)
|
||||||
, mMouseScalar(-1/350.f)
|
, mMouseScalar(-1/700.f)
|
||||||
, mCamera(NULL)
|
, mCamera(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue