mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +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
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ using Dalamud.Configuration.Internal;
|
|||
using Dalamud.Logging.Internal;
|
||||
using Dalamud.Support;
|
||||
using Dalamud.Utility;
|
||||
using ImGuiNET;
|
||||
using Newtonsoft.Json;
|
||||
using PInvoke;
|
||||
using Serilog;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue