diff --git a/Dalamud/Interface/InterfaceManager.cs b/Dalamud/Interface/InterfaceManager.cs index a36328f27..050fac255 100644 --- a/Dalamud/Interface/InterfaceManager.cs +++ b/Dalamud/Interface/InterfaceManager.cs @@ -155,7 +155,7 @@ namespace Dalamud.Interface // calls to PresentDetour have finished (and Disable means no new ones will start), before we try to cleanup // So... not great, but much better than constantly crashing on unload this.Disable(); - System.Threading.Thread.Sleep(100); + System.Threading.Thread.Sleep(500); this.scene?.Dispose(); this.presentHook.Dispose();