mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-21 07:17:53 +01:00
Improve Imc Handling.
This commit is contained in:
parent
d7a8c9415b
commit
03d3c38ad5
16 changed files with 197 additions and 233 deletions
|
|
@ -34,7 +34,7 @@ public sealed unsafe class CmpFile : MetaBaseFile
|
|||
}
|
||||
|
||||
public CmpFile(MetaFileManager manager)
|
||||
: base(manager, MetaIndex.HumanCmp)
|
||||
: base(manager, manager.MarshalAllocator, MetaIndex.HumanCmp)
|
||||
{
|
||||
AllocateData(DefaultData.Length);
|
||||
Reset();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue