fix looting bug

This commit is contained in:
Milxnor
2023-05-21 10:54:43 -04:00
parent a2d621560a
commit a0f427b491
9 changed files with 46 additions and 16 deletions

View File

@@ -63,7 +63,7 @@ int32 FName::Compare(const FName& Other) const
} */
}
return 0;
return GetComparisonIndexFast() < Other.GetComparisonIndexFast();
}
std::string FName::ToString()