mirror of
https://github.com/Artemis-RGB/Artemis
synced 2026-01-02 10:43:31 +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;
|
_keyboardBrush.Image = image;
|
||||||
_keyboard.Update(true);
|
_keyboard.Update();
|
||||||
|
|
||||||
image.Dispose();
|
image.Dispose();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user