Fix possible loss of data warning in RGBController_NZXTHuePlus.cpp
This commit is contained in:
parent
5bda1dc79f
commit
ebf5dbedb6
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ void RGBController_HuePlus::DeviceUpdateMode()
|
|||
modes[active_mode].speed,
|
||||
direction,
|
||||
colors,
|
||||
modes[active_mode].colors.size()
|
||||
(unsigned int)modes[active_mode].colors.size()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue