diff --git a/RGB.NET.Core/Devices/AbstractRGBDevice.cs b/RGB.NET.Core/Devices/AbstractRGBDevice.cs index faaf147..596625c 100644 --- a/RGB.NET.Core/Devices/AbstractRGBDevice.cs +++ b/RGB.NET.Core/Devices/AbstractRGBDevice.cs @@ -162,7 +162,8 @@ public abstract class AbstractRGBDevice : Placeable, IRGBDevice : AbstractReferenceCountin } /// - /// - /// Disposes this queue. - /// Checks if any referencing objects are registered and if so, will return without disposing! - /// public virtual void Dispose() { - if (this.HasActiveReferences()) return; - _updateTrigger.Starting -= OnStartup; _updateTrigger.Update -= OnUpdate;