mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 13:17:44 +00:00
Make hash for index hash table entries public
This commit is contained in:
parent
0a6209dfd5
commit
0896ef829c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ pub struct IndexHashBitfield {
|
|||
|
||||
#[binrw]
|
||||
pub struct IndexHashTableEntry {
|
||||
pub(crate) hash: u64,
|
||||
pub hash: u64,
|
||||
#[br(pad_after = 4)]
|
||||
pub(crate) bitfield: IndexHashBitfield,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue