mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 11:39:41 +00:00
Add missing depthFlags to the hash
This commit is contained in:
parent
8e35159ad4
commit
7930aa82b2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue