1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 07:23:54 +00:00

Add missing depthFlags to the hash

This commit is contained in:
Chris Robinson 2013-03-02 19:09:15 -08:00
parent 8e35159ad4
commit 7930aa82b2

View file

@ -676,6 +676,7 @@ static Ogre::String getMaterial(const Nif::NiTriShape *shape, const Ogre::String
boost::hash_combine(h, alphaFlags);
boost::hash_combine(h, alphaTest);
boost::hash_combine(h, vertMode);
boost::hash_combine(h, depthFlags);
boost::hash_combine(h, specFlags);
std::map<size_t,std::string>::iterator itr = MaterialMap.find(h);