Fix warning in RGBController_NZXTHue1.cpp
This commit is contained in:
parent
8c2ff38d8d
commit
102dccee72
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ void RGBController_NZXTHue1::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