From 94d7411075a621b2e2e4c9a29708f5117797b1c4 Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Thu, 25 Feb 2016 00:47:34 -0800 Subject: [PATCH] Update CorsairRGB.cs Removed old instructions --- Artemis/Artemis/KeyboardProviders/Corsair/CorsairRGB.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Artemis/Artemis/KeyboardProviders/Corsair/CorsairRGB.cs b/Artemis/Artemis/KeyboardProviders/Corsair/CorsairRGB.cs index 71bc748c2..2e5b96ec6 100644 --- a/Artemis/Artemis/KeyboardProviders/Corsair/CorsairRGB.cs +++ b/Artemis/Artemis/KeyboardProviders/Corsair/CorsairRGB.cs @@ -103,7 +103,6 @@ namespace Artemis.KeyboardProviders.Corsair /// /// Properly resizes any size bitmap to the keyboard by creating a rectangle whose size is dependent on the bitmap /// size. - /// Does not reset the color each time. Uncomment line 48 for collor reset. /// /// public override void DrawBitmap(Bitmap bitmap) @@ -125,4 +124,4 @@ namespace Artemis.KeyboardProviders.Corsair _keyboard.Update(true); } } -} \ No newline at end of file +}