Skip to content

Commit

Permalink
Merge pull request #127 from CoraleStudios/hotfix/mouse-effect-order
Browse files Browse the repository at this point in the history
Fix ordering of mouse effect enum
  • Loading branch information
brandonscott committed Nov 26, 2015
2 parents 73d58c1 + d9989ff commit eb309eb
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,12 +61,6 @@ public enum Effect
[PublicAPI]
Custom,

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

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

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

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

0 comments on commit eb309eb

Please sign in to comment.