mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Merge branch 'master' into editor-highlight-player-paths
This commit is contained in:
commit
b3c757c37b
3 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ using Penumbra.String.Classes;
|
|||
|
||||
namespace Penumbra.Interop.ResourceLoading;
|
||||
|
||||
public unsafe class TexMdlService
|
||||
public unsafe class TexMdlService : IDisposable
|
||||
{
|
||||
/// <summary> Custom ulong flag to signal our files as opposed to SE files. </summary>
|
||||
public static readonly IntPtr CustomFileFlag = new(0xDEADBEEF);
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ public class Penumbra : IDalamudPlugin
|
|||
|
||||
_services.GetRequiredService<SkinFixer>();
|
||||
|
||||
_services.GetRequiredService<DalamudSubstitutionProvider>(); // Initialize before Interface.
|
||||
SetupInterface();
|
||||
SetupApi();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue