Remove LegacyBeatmapConverter.

This commit is contained in:
smoogipooo
2017-05-19 16:31:05 +09:00
parent 67cf64062a
commit 9191c4f3e3
4 changed files with 108 additions and 159 deletions

View File

@ -89,7 +89,7 @@ namespace osu.Game.Screens.Play
try
{
HitRenderer = rulesetInstance.CreateHitRendererWith(Beatmap, false);
HitRenderer = rulesetInstance.CreateHitRendererWith(Beatmap, ruleset.ID == Beatmap.BeatmapInfo.Ruleset.ID);
}
catch (BeatmapInvalidForRulesetException)
{