Move todo to appease dotnet-format

This commit is contained in:
Dean Herbert
2020-04-18 21:51:37 +09:00
parent c00a386ff6
commit 6b16908c05

View File

@ -187,14 +187,13 @@ namespace osu.Game.Beatmaps.Formats
writer.WriteLine("[HitObjects]");
// TODO: implement other legacy rulesets
switch (beatmap.BeatmapInfo.RulesetID)
{
case 0:
foreach (var h in beatmap.HitObjects)
handleOsuHitObject(writer, h);
break;
// TODO: implement other legacy rulesets
}
}