1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:47:28 +08:00

Remove todo (probably not a consideration going forward)

This commit is contained in:
smoogipoo 2018-03-01 01:18:18 +09:00
parent 4a20513fc4
commit a7e6c19e61

View File

@ -30,7 +30,6 @@ namespace osu.Game.Rulesets.Mania.Replays
// We don't need to fully convert, just create the converter
var converter = new ManiaBeatmapConverter(beatmap.BeatmapInfo.Ruleset.Equals(score.Ruleset), beatmap);
// Todo: Apply mods to converter
// NB: Via co-op mod, osu-stable can have two stages with floor(col/2) and ceil(col/2) columns. This will need special handling
// elsewhere in the game if we do choose to support the old co-op mod anyway. For now, assume that there is only one stage.