mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 23:37:47 +01:00
Set minimal model set Id values to 0 for a bunch of meta edits
This commit is contained in:
parent
df9f791395
commit
6773fe0932
3 changed files with 9 additions and 11 deletions
|
|
@ -47,7 +47,6 @@ public sealed unsafe class ExpandedEqdpFile : MetaBaseFile
|
|||
throw new IndexOutOfRangeException();
|
||||
}
|
||||
|
||||
var x = new ReadOnlySpan< ushort >( ( ushort* )Data, Length / 2 );
|
||||
return ( EqdpEntry )( *( ushort* )( Data + DataOffset + EqdpEntrySize * idx ) );
|
||||
}
|
||||
set
|
||||
|
|
|
|||
|
|
@ -67,7 +67,6 @@ public unsafe class ImcFile : MetaBaseFile
|
|||
|
||||
public readonly Utf8GamePath Path;
|
||||
public readonly int NumParts;
|
||||
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