Skip to content

Commit

Permalink
Merge pull request #122 from WolfspiritM/fix/MouseEffectEnum
Browse files Browse the repository at this point in the history
Fixes the Mouse Effect Enum
  • Loading branch information
Sharparam committed Nov 23, 2015
2 parents 666ce5e + 1b4f051 commit bc29639
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Corale.Colore/Razer/Mouse/Effects/Effect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ public enum Effect
[PublicAPI]
Custom,

/// <summary>
/// Custom grid effect.
/// </summary>
[PublicAPI]
CustomGrid,

/// <summary>
/// Reactive effect.
/// </summary>
Expand All @@ -85,12 +91,6 @@ public enum Effect
[PublicAPI]
Wave,

/// <summary>
/// Custom grid effect.
/// </summary>
[PublicAPI]
CustomGrid,

/// <summary>
/// Invalid effect.
/// </summary>
Expand Down

0 comments on commit bc29639

Please sign in to comment.