mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 09:55:40 +00:00
externals: Update LibCommon
This commit is contained in:
2
externals/LibCommon
vendored
2
externals/LibCommon
vendored
Submodule externals/LibCommon updated: 80f603622c...bf20ede216
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user