mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08: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
|
timingSections.Add(new TimingSection
|
||||||
{
|
{
|
||||||
StartTime = point.Time,
|
StartTime = point.Time,
|
||||||
// Todo: Should this be dividing by beatlength?
|
BeatLength = lastTimingChange.BeatLength / point.SpeedMultiplier,
|
||||||
BeatLength = point.SpeedMultiplier * lastTimingChange.BeatLength,
|
|
||||||
TimeSignature = point.TimeSignature
|
TimeSignature = point.TimeSignature
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user