mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2025-04-08 11:01:33 +00:00
Merge e0fba4ac42
into cd7ff9d05f
This commit is contained in:
commit
b4657cac11
1 changed files with 1 additions and 1 deletions
|
@ -2325,7 +2325,7 @@ int CTFClientScoreBoardDialog::HudElementKeyInput( int down, ButtonCode_t keynum
|
|||
|
||||
if ( tf_scoreboard_mouse_mode.GetInt() == 2 )
|
||||
{
|
||||
if ( !m_bMouseActivated && ( keynum == MOUSE_LEFT || keynum == MOUSE_RIGHT ) )
|
||||
if ( !m_bMouseActivated && ( keynum == MOUSE_RIGHT ) )
|
||||
{
|
||||
m_bMouseActivated = true;
|
||||
InitializeInputScheme();
|
||||
|
|
Loading…
Reference in a new issue