Fix warning in RGBController_EVGAGP102.cpp
This commit is contained in:
parent
0a1306aefa
commit
48b819218d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue