2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-06 16:37:42 +00:00

ObjCommon: Fix IPak order of hashes from name - data to data - name

This commit is contained in:
Jan 2020-02-07 20:53:07 +01:00
parent 9f8022c2ca
commit c2b28a54be

View File

@ -24,8 +24,8 @@ union IPakIndexEntryKey
{ {
struct struct
{ {
IPakHash nameHash;
IPakHash dataHash; IPakHash dataHash;
IPakHash nameHash;
}; };
uint64_t combinedKey; uint64_t combinedKey;
}; };