mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Remove static Dalamud Services.
This commit is contained in:
parent
c49454fc25
commit
826777b7ee
16 changed files with 111 additions and 114 deletions
|
|
@ -130,7 +130,7 @@ public unsafe class ImcFile : MetaBaseFile
|
|||
|
||||
public override void Reset()
|
||||
{
|
||||
var file = DalamudServices.SGameData.GetFile(Path.ToString());
|
||||
var file = Manager.GameData.GetFile(Path.ToString());
|
||||
fixed (byte* ptr = file!.Data)
|
||||
{
|
||||
MemoryUtility.MemCpyUnchecked(Data, ptr, file.Data.Length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue