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:
parent
9f8022c2ca
commit
c2b28a54be
@ -24,8 +24,8 @@ union IPakIndexEntryKey
|
|||||||
{
|
{
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
IPakHash nameHash;
|
|
||||||
IPakHash dataHash;
|
IPakHash dataHash;
|
||||||
|
IPakHash nameHash;
|
||||||
};
|
};
|
||||||
uint64_t combinedKey;
|
uint64_t combinedKey;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user