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