mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 14:23:43 +01:00
Make hooks not leak.
This commit is contained in:
parent
43c6b52d0b
commit
a408b8918c
2 changed files with 2 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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue