mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-06 20:13:51 +03:00
Update ToGLES( fix occlusion query and other small things )
This commit is contained in:
@@ -1872,7 +1872,12 @@ void CMaterialSystem::ReadConfigFromConVars( MaterialSystem_Config_t *pConfig )
|
||||
pConfig->m_fGammaTVExponent = mat_monitorgamma_tv_exp.GetFloat();
|
||||
pConfig->m_bGammaTVEnabled = mat_monitorgamma_tv_enabled.GetBool();
|
||||
|
||||
#ifdef TOGLES
|
||||
pConfig->m_nAASamples = 0;
|
||||
#else
|
||||
pConfig->m_nAASamples = mat_antialias.GetInt();
|
||||
#endif
|
||||
|
||||
pConfig->m_nAAQuality = mat_aaquality.GetInt();
|
||||
pConfig->bShowDiffuse = mat_diffuse.GetInt() ? true : false;
|
||||
// pConfig->bAllowCheats = false; // hack
|
||||
|
||||
Reference in New Issue
Block a user