mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-16 18:44:53 -04:00
Fix warning in RGBController_EVGAGP102.cpp
This commit is contained in:
@@ -141,7 +141,7 @@ void RGBController_EVGAGP102::UpdateSingleLED(int /*led*/)
|
||||
|
||||
void RGBController_EVGAGP102::DeviceUpdateMode()
|
||||
{
|
||||
for (int i = 0; i < evga.size(); i++)
|
||||
for(unsigned int i = 0; i < evga.size(); i++)
|
||||
{
|
||||
evga[i]->SetMode((unsigned char)modes[(unsigned int)active_mode].value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user