Changed: Change Anisotropic Filtering for next uploaded textures

This commit is contained in:
kervala 2015-12-03 14:34:16 +01:00
parent aa4f489d72
commit e1bd804b73

View file

@ -237,6 +237,12 @@ void updateFromClientCfg()
}
}
//---------------------------------------------------
if (ClientCfg.AnisotropicFilter != LastClientCfg.AnisotropicFilter)
{
Driver->setAnisotropicFilter(ClientCfg.AnisotropicFilter);
}
//---------------------------------------------------
if (ClientCfg.FXAA != LastClientCfg.FXAA)
{