mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Forgot something
Forgot to add _keyboard.Update(true); to line 128. Fixed now.
This commit is contained in:
parent
de8970c5d6
commit
5b5bc8b66d
@ -124,8 +124,8 @@ namespace Artemis.KeyboardProviders.Corsair
|
|||||||
|
|
||||||
item.Led.Color = Color.FromArgb(255, (int) (ledColor.R/255.00*ledColor.A),
|
item.Led.Color = Color.FromArgb(255, (int) (ledColor.R/255.00*ledColor.A),
|
||||||
(int) (ledColor.G/255.00*ledColor.A), (int) (ledColor.B/255.00*ledColor.A));
|
(int) (ledColor.G/255.00*ledColor.A), (int) (ledColor.B/255.00*ledColor.A));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
_keyboard.Update(true);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user