mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge branch 'net5'
This commit is contained in:
commit
e8cb303314
1 changed files with 1 additions and 1 deletions
|
|
@ -1079,7 +1079,7 @@ namespace Dalamud.Interface.Internal
|
|||
return res.Value;
|
||||
}
|
||||
|
||||
return this.dispatchMessageWHook.Original(ref msg);
|
||||
return this.dispatchMessageWHook.IsDisposed ? User32.DispatchMessage(ref msg) : this.dispatchMessageWHook.Original(ref msg);
|
||||
}
|
||||
|
||||
private IntPtr ResizeBuffersDetour(IntPtr swapChain, uint bufferCount, uint width, uint height, uint newFormat, uint swapChainFlags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue