Improved LEFTand RIGHT key behaviour

This commit is contained in:
MrTheMake
2017-05-22 01:53:36 +02:00
parent 4056338203
commit 5ef7451dba
2 changed files with 12 additions and 3 deletions

View File

@ -57,12 +57,17 @@ namespace osu.Game.Screens
beatmap.Value = localMap;
}
beatmap.ValueChanged += OnBeatmapChanged;
if (osuGame != null)
ruleset.BindTo(osuGame.Ruleset);
}
protected override void LoadComplete()
{
base.LoadComplete();
beatmap.ValueChanged += OnBeatmapChanged;
}
/// <summary>
/// The global Beatmap was changed.
/// </summary>