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