Fix possible loss of data warning in RGBController_NZXTHue2.cpp

This commit is contained in:
Adam Honse 2024-07-31 22:58:11 -05:00
parent 733d7fb0e5
commit b258f9a683

View file

@ -409,7 +409,7 @@ void RGBController_NZXTHue2::DeviceUpdateMode()
modes[active_mode].speed,
direction,
colors,
modes[active_mode].colors.size()
(unsigned int)modes[active_mode].colors.size()
);
}
}