mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-09 09:24:37 +01:00
Make hooks not leak.
This commit is contained in:
parent
43c6b52d0b
commit
a408b8918c
2 changed files with 2 additions and 2 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
|||
Subproject commit b09bbcc276363bc994d90b641871e6280898b6e5
|
||||
Subproject commit 3a1a3f1a1f2021b063617ac9b294b579a154706e
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue