mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Fix up todo.
This commit is contained in:
parent
9477024e7b
commit
7b49ed1419
@ -45,8 +45,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
timingSections.Add(new TimingSection
|
||||
{
|
||||
StartTime = point.Time,
|
||||
// Todo: Should this be dividing by beatlength?
|
||||
BeatLength = point.SpeedMultiplier * lastTimingChange.BeatLength,
|
||||
BeatLength = lastTimingChange.BeatLength / point.SpeedMultiplier,
|
||||
TimeSignature = point.TimeSignature
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user