mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-16 07:49:05 -04:00
Add missing depthFlags to the hash
This commit is contained in:
parent
8e35159ad4
commit
7930aa82b2
@ -676,6 +676,7 @@ static Ogre::String getMaterial(const Nif::NiTriShape *shape, const Ogre::String
|
|||||||
boost::hash_combine(h, alphaFlags);
|
boost::hash_combine(h, alphaFlags);
|
||||||
boost::hash_combine(h, alphaTest);
|
boost::hash_combine(h, alphaTest);
|
||||||
boost::hash_combine(h, vertMode);
|
boost::hash_combine(h, vertMode);
|
||||||
|
boost::hash_combine(h, depthFlags);
|
||||||
boost::hash_combine(h, specFlags);
|
boost::hash_combine(h, specFlags);
|
||||||
|
|
||||||
std::map<size_t,std::string>::iterator itr = MaterialMap.find(h);
|
std::map<size_t,std::string>::iterator itr = MaterialMap.find(h);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user