1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-04 13:20:34 +00:00

Fix for applying view distance

This commit is contained in:
scrawl 2015-05-22 01:43:04 +02:00
parent 2235d2978b
commit 5ea61af6ac

@ -400,6 +400,7 @@ namespace MWRender
else if (it->first == "Viewing distance" && it->second == "viewing distance") else if (it->first == "Viewing distance" && it->second == "viewing distance")
{ {
mViewDistance = Settings::Manager::getFloat("viewing distance", "Viewing distance"); mViewDistance = Settings::Manager::getFloat("viewing distance", "Viewing distance");
mStateUpdater->setFogEnd(mViewDistance);
updateProjectionMatrix(); updateProjectionMatrix();
} }
else if (it->first == "General" && (it->second == "texture filtering" || it->second == "anisotropy")) else if (it->first == "General" && (it->second == "texture filtering" || it->second == "anisotropy"))