We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581a44b commit b0b7f7bCopy full SHA for b0b7f7b
1 file changed
CathodeLib/Scripts/CATHODE/CommandsPAK/Components/Entity.cs
@@ -799,7 +799,7 @@ public ShortGuid GeneratePathHash()
799
if (path.Length == 0) return ShortGuid.Invalid;
800
EnsureFinalIsEmpty();
801
802
- ShortGuid checksumGenerated = path[path.Length - 1];
+ ShortGuid checksumGenerated = path[path.Length - 2];
803
for (int i = path.Length - 2; i >= 1; i--)
804
{
805
checksumGenerated = checksumGenerated.Combine(path[i - 1]);
0 commit comments