From 5f56250da5c68fa7df1a1e68496b02630201d9ac Mon Sep 17 00:00:00 2001 From: Wolfspirit Date: Mon, 23 Nov 2015 19:35:02 +0100 Subject: [PATCH 1/2] Fixes the Mouse Effect Enum to be in the correct order to make SetAll and build in Effects work again. --- Corale.Colore/Razer/Mouse/Effects/Effect.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Corale.Colore/Razer/Mouse/Effects/Effect.cs b/Corale.Colore/Razer/Mouse/Effects/Effect.cs index 1ced7bfb..017ba3fe 100644 --- a/Corale.Colore/Razer/Mouse/Effects/Effect.cs +++ b/Corale.Colore/Razer/Mouse/Effects/Effect.cs @@ -60,6 +60,12 @@ public enum Effect /// [PublicAPI] Custom, + + /// + /// Custom grid effect. + /// + [PublicAPI] + CustomGrid, /// /// Reactive effect. @@ -84,13 +90,7 @@ public enum Effect /// [PublicAPI] Wave, - - /// - /// Custom grid effect. - /// - [PublicAPI] - CustomGrid, - + /// /// Invalid effect. /// From 1b4f0510440c1a183fe9865540f789b961fed360 Mon Sep 17 00:00:00 2001 From: Wolfspirit Date: Mon, 23 Nov 2015 19:52:28 +0100 Subject: [PATCH 2/2] Removed Whitespace --- Corale.Colore/Razer/Mouse/Effects/Effect.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Corale.Colore/Razer/Mouse/Effects/Effect.cs b/Corale.Colore/Razer/Mouse/Effects/Effect.cs index 017ba3fe..e880f1eb 100644 --- a/Corale.Colore/Razer/Mouse/Effects/Effect.cs +++ b/Corale.Colore/Razer/Mouse/Effects/Effect.cs @@ -60,7 +60,7 @@ public enum Effect /// [PublicAPI] Custom, - + /// /// Custom grid effect. /// @@ -90,7 +90,7 @@ public enum Effect /// [PublicAPI] Wave, - + /// /// Invalid effect. ///