mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Update ICvar interface
This commit is contained in:
@ -590,7 +590,7 @@ void ConVarRefAbstract::QueueSetValueInternal( CSplitScreenSlot slot, CVValue_t
|
||||
TypeTraits()->Clamp( value, m_ConVarData->MinValue(), m_ConVarData->MaxValue() );
|
||||
|
||||
if(!m_ConVarData->IsEqual( slot, value ))
|
||||
g_pCVar->QueueThreadSetValue( this, slot, value );
|
||||
g_pCVar->QueueThreadSetValue( this, slot, nullptr, value );
|
||||
}
|
||||
|
||||
void ConVarRefAbstract::SetValueInternal( CSplitScreenSlot slot, CVValue_t *value )
|
||||
|
Reference in New Issue
Block a user