mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-09 04:45:03 -04:00
Remove led::value
This commit is contained in:
@@ -162,7 +162,7 @@ void RGBController_CMMonitorController::SetupZones()
|
||||
{
|
||||
led l;
|
||||
l.name = std::to_string(i + 1);
|
||||
l.value = i;
|
||||
|
||||
leds.push_back(l);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user