mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix warning
This commit is contained in:
parent
844d9a3b18
commit
7166ab2fd7
1 changed files with 2 additions and 1 deletions
|
|
@ -99,9 +99,10 @@ internal partial class InterfaceManager : IInternalDisposableService
|
|||
private readonly ConcurrentQueue<Action> runBeforeImGuiRender = new();
|
||||
private readonly ConcurrentQueue<Action> runAfterImGuiRender = new();
|
||||
|
||||
private IWin32Backend? backend;
|
||||
private readonly AssertHandler assertHandler = new();
|
||||
|
||||
private IWin32Backend? backend;
|
||||
|
||||
private Hook<SetCursorDelegate>? setCursorHook;
|
||||
private Hook<ReShadeDxgiSwapChainPresentDelegate>? reShadeDxgiSwapChainPresentHook;
|
||||
private Hook<DxgiSwapChainPresentDelegate>? dxgiSwapChainPresentHook;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue