Fix possible loss of data warning in RGBController_SinowealthKeyboard90.cpp
This commit is contained in:
parent
dab4a95dc5
commit
28f7e09558
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ RGBController_SinowealthKeyboard90::RGBController_SinowealthKeyboard90(Sinowealt
|
|||
Off.color_mode = MODE_COLORS_NONE;
|
||||
modes.push_back(Off);
|
||||
|
||||
active_mode = modes.size() - 1;
|
||||
active_mode = (int)modes.size() - 1;
|
||||
|
||||
SetupZones();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue