1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

Forgot something

Forgot to add _keyboard.Update(true); to line 128. Fixed now.
This commit is contained in:
Logan Saso 2016-03-16 12:30:55 -07:00
parent de8970c5d6
commit 5b5bc8b66d

View File

@ -124,8 +124,8 @@ namespace Artemis.KeyboardProviders.Corsair
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));
}
_keyboard.Update(true);
}
*/