mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Sync with latest source-sdk-2013.
This commit is contained in:
@ -1199,6 +1199,7 @@ void CBaseGameStats_Driver::ResetData()
|
||||
pKV->SetInt( "Height", dest_height );
|
||||
const MaterialSystem_Config_t &config = materials->GetCurrentConfigForVideoCard();
|
||||
pKV->SetInt( "Windowed", config.Windowed() == true );
|
||||
pKV->SetInt( "MaxDxLevel", g_pMaterialSystemHardwareConfig->GetMaxDXSupportLevel() );
|
||||
|
||||
engine->SetGamestatsData( m_pGamestatsData );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user