Merge branch 'master' into fix-track-rotation

This commit is contained in:
Dean Herbert
2017-07-12 13:18:16 +09:00
committed by GitHub
37 changed files with 91 additions and 147 deletions

View File

@ -200,7 +200,7 @@ namespace osu.Game.Screens.Play
scoreProcessor = HitRenderer.CreateScoreProcessor();
hudOverlay.KeyCounter.Add(rulesetInstance.CreateGameplayKeys());
hudOverlay.KeyCounter.AddRange(rulesetInstance.CreateGameplayKeys());
hudOverlay.BindProcessor(scoreProcessor);
hudOverlay.BindHitRenderer(HitRenderer);