This commit is contained in:
gaelcoral 2025-03-31 12:29:48 -07:00 committed by GitHub
commit b4657cac11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();