Remove TODO (tested to work correctly)

This commit is contained in:
Dean Herbert
2021-10-28 14:48:36 +09:00
parent f1499641f3
commit f3d208fecf

View File

@ -101,7 +101,7 @@ namespace osu.Game.Tournament.Components
return;
}
double bpm = beatmap.BPM; // TODO: check this works.
double bpm = beatmap.BPM;
double length = beatmap.Length;
string hardRockExtra = "";
string srExtra = "";