mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 15:27:51 +01:00
Small fixes.
This commit is contained in:
parent
c78725d7d5
commit
e8a0ac98ad
2 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public unsafe class ImcFile : MetaBaseFile
|
|||
|
||||
public readonly Utf8GamePath Path;
|
||||
public readonly int NumParts;
|
||||
public bool ChangesSinceLoad = false;
|
||||
public bool ChangesSinceLoad = true;
|
||||
|
||||
public ReadOnlySpan< ImcEntry > Span
|
||||
=> new(( ImcEntry* )( Data + PreambleSize ), ( Length - PreambleSize ) / sizeof( ImcEntry ));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue