1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00

Fix a possible permutation issue

This commit is contained in:
scrawl 2014-01-11 04:58:30 +01:00
parent 9ddee8fd8c
commit ce6aab89cf

View File

@ -297,6 +297,7 @@ namespace Terrain
sh::makeProperty (new sh::BooleanValue(useSpecular)));
boost::hash_combine(normalMaps, useNormalMap);
boost::hash_combine(normalMaps, useNormalMap && layer.mParallax);
boost::hash_combine(normalMaps, useSpecular);
if (i+layerOffset > 0)
{