externals: Update LibCommon

This commit is contained in:
Lioncash 2020-06-11 10:49:37 -04:00
parent 06bf677089
commit 76ec0df8a2
2 changed files with 2 additions and 2 deletions

2
externals/LibCommon vendored

@ -1 +1 @@
Subproject commit 80f603622cf35f74c191d35b0a080b2b81b4d201
Subproject commit bf20ede2163667bb1f605c5add227d798093b09e

View File

@ -240,7 +240,7 @@ uint64 CMaterial::HashParameters()
{
if (mRecalcHash)
{
CFNV1A Hash(CFNV1A::k64Bit);
CFNV1A Hash(CFNV1A::EHashLength::k64Bit);
Hash.HashLong((int) mVersion);
Hash.HashLong(mOptions);