From 4a9bbb64dc5a029d44c5a6bf1fbf4b0f3ea3c508 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sun, 5 Mar 2023 18:06:08 +0100 Subject: [PATCH] Added missing doc comment --- RGB.NET.Core/Update/Devices/UpdateQueue.cs | 1 + 1 file changed, 1 insertion(+) 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