mirror of
https://github.com/sudoxnym/open-hyperion.git
synced 2026-04-14 19:46:39 +00:00
Fix update flag setting
This commit is contained in:
parent
31f2cbeae5
commit
055a6c83ae
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ void OpenRGBE131ReceiverDialog::DeviceListChanged()
|
|||
remaining_leds = remaining_leds - new_member.num_leds;
|
||||
|
||||
// Only set the update flag for the last universe of the controller
|
||||
if(universe_idx == num_universes)
|
||||
if(universe_idx == (num_universes - 1))
|
||||
{
|
||||
new_member.update = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue