1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Update CorsairRGB.cs

Removed old instructions
This commit is contained in:
Logan Saso 2016-02-25 00:47:34 -08:00
parent 06c8a70e42
commit 94d7411075

View File

@ -103,7 +103,6 @@ namespace Artemis.KeyboardProviders.Corsair
/// <summary> /// <summary>
/// Properly resizes any size bitmap to the keyboard by creating a rectangle whose size is dependent on the bitmap /// Properly resizes any size bitmap to the keyboard by creating a rectangle whose size is dependent on the bitmap
/// size. /// size.
/// Does not reset the color each time. Uncomment line 48 for collor reset.
/// </summary> /// </summary>
/// <param name="bitmap"></param> /// <param name="bitmap"></param>
public override void DrawBitmap(Bitmap bitmap) public override void DrawBitmap(Bitmap bitmap)
@ -125,4 +124,4 @@ namespace Artemis.KeyboardProviders.Corsair
_keyboard.Update(true); _keyboard.Update(true);
} }
} }
} }