1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Enabled forced flushes for razer devices

This commit is contained in:
Darth Affe 2018-03-08 20:21:55 +01:00
parent 5725c54557
commit 9cfd17e1bc

View File

@ -35,6 +35,8 @@ namespace RGB.NET.Devices.Razer
protected RazerRGBDevice(TDeviceInfo info) protected RazerRGBDevice(TDeviceInfo info)
{ {
this.DeviceInfo = info; this.DeviceInfo = info;
RequiresFlush = true;
} }
#endregion #endregion