mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Removed unnecessary flush from corsair-keyboard-update
This commit is contained in:
parent
fabab2755b
commit
1464c3ad06
@ -118,7 +118,7 @@ namespace Artemis.DeviceProviders.Corsair
|
||||
}
|
||||
|
||||
_keyboardBrush.Image = image;
|
||||
_keyboard.Update(true);
|
||||
_keyboard.Update();
|
||||
|
||||
image.Dispose();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user