mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-03-28 10:51:13 -04:00
Fix another possible loss of data warning in RGBController_DRGB.cpp
This commit is contained in:
@@ -359,7 +359,7 @@ void RGBController_DRGB::DeviceUpdateLEDs()
|
||||
{
|
||||
ArrayData[0] = CurrPacket;
|
||||
ArrayData[1] = NumPackets;
|
||||
ArrayData[2] = zone_idx;
|
||||
ArrayData[2] = (unsigned char)zone_idx;
|
||||
ArrayData[3] = 0xBB;
|
||||
for(unsigned int i=0; i<60;i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user