lower default camera mouse sensitivity

screen resolution change over time ~= 640x480 -> fullHd ~= 3x
This commit is contained in:
Garux 2021-05-08 11:05:13 +03:00
parent d1dcc29fa0
commit 9cf755dfab

View File

@ -95,7 +95,7 @@ struct camwindow_globals_private_t
m_nScrollMoveSpeed( 100 ), m_nScrollMoveSpeed( 100 ),
m_bZoomToPointer( true ), m_bZoomToPointer( true ),
m_strafeSpeed( 1.f ), m_strafeSpeed( 1.f ),
m_angleSpeed( 9.f ), m_angleSpeed( 3.f ),
m_bCamInverseMouse( false ), m_bCamInverseMouse( false ),
m_bCamDiscrete( true ), m_bCamDiscrete( true ),
m_bCubicClipping( false ), m_bCubicClipping( false ),