mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-08 14:45:15 -04: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