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:
parent
5725c54557
commit
9cfd17e1bc
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user