mirror of
https://github.com/ppy/osu
synced 2025-01-04 21:30:08 +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)
|
if (nextTimingPoint != timingPoint)
|
||||||
{
|
{
|
||||||
beat = 0;
|
beat = 0;
|
||||||
|
time = nextTimingPoint.Time;
|
||||||
timingPoint = nextTimingPoint;
|
timingPoint = nextTimingPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user