lower default camera mouse sensitivity
screen resolution change over time ~= 640x480 -> fullHd ~= 3x
This commit is contained in:
parent
d1dcc29fa0
commit
9cf755dfab
|
|
@ -95,7 +95,7 @@ struct camwindow_globals_private_t
|
|||
m_nScrollMoveSpeed( 100 ),
|
||||
m_bZoomToPointer( true ),
|
||||
m_strafeSpeed( 1.f ),
|
||||
m_angleSpeed( 9.f ),
|
||||
m_angleSpeed( 3.f ),
|
||||
m_bCamInverseMouse( false ),
|
||||
m_bCamDiscrete( true ),
|
||||
m_bCubicClipping( false ),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user