Fixed mode declaration in RGBController_MSIVigorGK30.cpp
* Resolves #3651
This commit is contained in:
parent
0b787ebb3c
commit
9e75a68008
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ RGBController_MSIVigorGK30::RGBController_MSIVigorGK30(MSIVigorGK30Controller* c
|
|||
Meteor.speed = MSI_VIGOR_GK30_SPEED_MIN;
|
||||
Meteor.speed_min = MSI_VIGOR_GK30_SPEED_MIN;
|
||||
Meteor.speed_max = MSI_VIGOR_GK30_SPEED_MAX;
|
||||
Rainbow.direction = MODE_DIRECTION_LEFT;
|
||||
Meteor.direction = MODE_DIRECTION_LEFT;
|
||||
modes.push_back(Meteor);
|
||||
|
||||
mode Ripple;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue