mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
Fix possible loss of data warning in RGBController_NZXTHuePlus.cpp
This commit is contained in:
@@ -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()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user