mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 08:32:57 +08:00
Remove TODO (tested to work correctly)
This commit is contained in:
parent
f1499641f3
commit
f3d208fecf
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user