diff --git a/Dalamud/Interface/DragDrop/DragDropManager.cs b/Dalamud/Interface/DragDrop/DragDropManager.cs index 4363cfabc..34f1296e1 100644 --- a/Dalamud/Interface/DragDrop/DragDropManager.cs +++ b/Dalamud/Interface/DragDrop/DragDropManager.cs @@ -21,10 +21,10 @@ internal partial class DragDropManager : IDisposable, IDragDropManager, IService { [ServiceManager.ServiceDependency] private readonly InterfaceManager.InterfaceManagerWithScene interfaceManager = Service.Get(); + private int lastDropFrame = -2; private int lastTooltipFrame = -1; - [ServiceManager.ServiceConstructor] private DragDropManager() => this.Enable();