From 5fcbf3d07f77cc8a8e2721b9b6c1424dcc6a3c5e Mon Sep 17 00:00:00 2001 From: Shawdooow Date: Tue, 20 Mar 2018 11:22:16 -0400 Subject: [PATCH] fix inputs --- osu.Game.Rulesets.Vitaru/VitaruInputManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game.Rulesets.Vitaru/VitaruInputManager.cs b/osu.Game.Rulesets.Vitaru/VitaruInputManager.cs index 829edc0569..8720cf1244 100644 --- a/osu.Game.Rulesets.Vitaru/VitaruInputManager.cs +++ b/osu.Game.Rulesets.Vitaru/VitaruInputManager.cs @@ -25,10 +25,10 @@ namespace osu.Game.Rulesets.Vitaru public enum VitaruAction { - None, + None = -1, //Movement - Left, + Left = 0, Right, Up, Down,