mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 05:39:07 -04:00
Call DeviceUpdateLEDs from Zone/Single functions
This commit is contained in:
1 parent
4a4f04825c
commit
2c397c5110
1 file changed
+2
-2
@@ -408,12 +408,12 @@ void RGBController_HIDLampArray::DeviceUpdateLEDs()
|
||||
|
||||
void RGBController_HIDLampArray::DeviceUpdateZoneLEDs(int /*zone*/)
|
||||
{
|
||||
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_HIDLampArray::DeviceUpdateSingleLED(int /*led*/)
|
||||
{
|
||||
|
||||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void RGBController_HIDLampArray::DeviceUpdateMode()
|
||||
|
||||
Reference in new issue
Block a user