mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
fix: update Iced in Injector, fix build
This commit is contained in:
parent
8d9070a1b3
commit
8c066451ec
6 changed files with 44 additions and 54 deletions
|
|
@ -28,7 +28,6 @@ namespace Dalamud
|
|||
#region Internals
|
||||
|
||||
private readonly ManualResetEvent unloadSignal;
|
||||
private bool hasDisposedPlugins = false;
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
@ -117,8 +116,6 @@ namespace Dalamud
|
|||
/// </summary>
|
||||
public void DisposePlugins()
|
||||
{
|
||||
this.hasDisposedPlugins = true;
|
||||
|
||||
// this must be done before unloading interface manager, in order to do rebuild
|
||||
// the correct cascaded WndProc (IME -> RawDX11Scene -> Game). Otherwise the game
|
||||
// will not receive any windows messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue