mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-06 08:27:43 +00:00
ObjCommon: Fix IPak order of hashes from name - data to data - name
This commit is contained in:
parent
9f8022c2ca
commit
c2b28a54be
@ -24,8 +24,8 @@ union IPakIndexEntryKey
|
||||
{
|
||||
struct
|
||||
{
|
||||
IPakHash nameHash;
|
||||
IPakHash dataHash;
|
||||
IPakHash nameHash;
|
||||
};
|
||||
uint64_t combinedKey;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user