mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-23 02:44:55 -04:00
Fixes for V6+ client on V5- server
This commit is contained in:
1 parent
3a0b93c774
commit
1a62db7246
5 files changed
+141
-17
No files matched your search
@@ -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