From d9989ff2db533ab476f063afe2621934cfda0157 Mon Sep 17 00:00:00 2001 From: Adam Hellberg Date: Thu, 26 Nov 2015 14:36:00 +0100 Subject: [PATCH] Fix ordering of mouse effect enum --- Corale.Colore/Razer/Mouse/Effects/Effect.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Corale.Colore/Razer/Mouse/Effects/Effect.cs b/Corale.Colore/Razer/Mouse/Effects/Effect.cs index e880f1eb..1ced7bfb 100644 --- a/Corale.Colore/Razer/Mouse/Effects/Effect.cs +++ b/Corale.Colore/Razer/Mouse/Effects/Effect.cs @@ -61,12 +61,6 @@ public enum Effect [PublicAPI] Custom, - /// - /// Custom grid effect. - /// - [PublicAPI] - CustomGrid, - /// /// Reactive effect. /// @@ -91,6 +85,12 @@ public enum Effect [PublicAPI] Wave, + /// + /// Custom grid effect. + /// + [PublicAPI] + CustomGrid, + /// /// Invalid effect. ///