Changed: Change Anisotropic Filtering for next uploaded textures

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent 3dafe1ff1f
commit a0c6c9096c

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

Loading…
Cancel
Save