mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 17:35:43 +00:00
externals: Update LibCommon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user