mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-07-08 12:25:07 -04:00
Fixes for V6+ client on V5- server
This commit is contained in:
2
cli.cpp
2
cli.cpp
@@ -1207,7 +1207,7 @@ void ApplyOptions(DeviceOptions& options, std::vector<RGBController *>& rgb_cont
|
||||
else
|
||||
{
|
||||
start_from = (std::size_t)device->GetZoneStartIndex(options.zone);
|
||||
led_count = (std::size_t)device->GetZoneLEDsCount(options.zone);
|
||||
led_count = (std::size_t)device->GetLEDsInZone(options.zone);
|
||||
}
|
||||
|
||||
for(std::size_t led_idx = 0; led_idx < led_count; led_idx++)
|
||||
|
||||
Reference in New Issue
Block a user