diff --git a/RGB.NET.Core/Update/Devices/UpdateQueue.cs b/RGB.NET.Core/Update/Devices/UpdateQueue.cs index 239b689..1cc5eca 100644 --- a/RGB.NET.Core/Update/Devices/UpdateQueue.cs +++ b/RGB.NET.Core/Update/Devices/UpdateQueue.cs @@ -19,6 +19,7 @@ public abstract class UpdateQueue : IUpdateQueue _currentDataSet = new(); + /// public bool RequiresFlush { get; private set; } #endregion