Fixes an issue where the LED colors show incorrect colors
This commit is contained in:
parent
b572c15cce
commit
d8bc1c9042
1 changed files with 5 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ void CorsairVengeanceProController::SetEffect(unsigned char mode,
|
|||
unsigned char blu2
|
||||
)
|
||||
{
|
||||
if(mode == effect_mode)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
effect_mode = mode;
|
||||
|
||||
direct_mode = (effect_mode == CORSAIR_PRO_MODE_DIRECT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue