mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Fix doubled hook.
This commit is contained in:
parent
045abc787d
commit
b07af32dee
3 changed files with 23 additions and 41 deletions
|
|
@ -3,6 +3,7 @@ using OtterGui.Classes;
|
|||
using OtterGui.Services;
|
||||
using Penumbra.GameData;
|
||||
using Penumbra.Interop.Structs;
|
||||
using Penumbra.UI.ResourceWatcher;
|
||||
|
||||
namespace Penumbra.Interop.Hooks.Resources;
|
||||
|
||||
|
|
@ -15,6 +16,9 @@ public sealed unsafe class ResourceHandleDestructor : EventWrapperPtr<ResourceHa
|
|||
|
||||
/// <seealso cref="ShaderReplacementFixer"/>
|
||||
ShaderReplacementFixer,
|
||||
|
||||
/// <seealso cref="ResourceWatcher.OnResourceDestroyed"/>
|
||||
ResourceWatcher,
|
||||
}
|
||||
|
||||
public ResourceHandleDestructor(HookManager hooks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue