1
0
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:
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;
_keyboard.Update(true);
_keyboard.Update();
image.Dispose();
}