mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Remove todo (probably not a consideration going forward)
This commit is contained in:
parent
4a20513fc4
commit
a7e6c19e61
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user