1
0
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:
Darth Affe 2016-11-01 17:58:10 +01:00
parent fabab2755b
commit 1464c3ad06

View File

@ -118,7 +118,7 @@ namespace Artemis.DeviceProviders.Corsair
} }
_keyboardBrush.Image = image; _keyboardBrush.Image = image;
_keyboard.Update(true); _keyboard.Update();
image.Dispose(); image.Dispose();
} }