mirror of
https://github.com/ppy/osu
synced 2025-01-02 12:22:13 +00:00
Fix time value not being updated for next timing point
This commit is contained in:
parent
d56466e2b9
commit
a6f3dc53f7
@ -127,6 +127,7 @@ namespace osu.Game.Rulesets.Mania.Edit
|
||||
if (nextTimingPoint != timingPoint)
|
||||
{
|
||||
beat = 0;
|
||||
time = nextTimingPoint.Time;
|
||||
timingPoint = nextTimingPoint;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user