externals: Update LibCommon
This commit is contained in:
parent
06bf677089
commit
76ec0df8a2
|
@ -1 +1 @@
|
||||||
Subproject commit 80f603622cf35f74c191d35b0a080b2b81b4d201
|
Subproject commit bf20ede2163667bb1f605c5add227d798093b09e
|
|
@ -240,7 +240,7 @@ uint64 CMaterial::HashParameters()
|
||||||
{
|
{
|
||||||
if (mRecalcHash)
|
if (mRecalcHash)
|
||||||
{
|
{
|
||||||
CFNV1A Hash(CFNV1A::k64Bit);
|
CFNV1A Hash(CFNV1A::EHashLength::k64Bit);
|
||||||
|
|
||||||
Hash.HashLong((int) mVersion);
|
Hash.HashLong((int) mVersion);
|
||||||
Hash.HashLong(mOptions);
|
Hash.HashLong(mOptions);
|
||||||
|
|
Loading…
Reference in New Issue