Fix time value not being updated for next timing point

This commit is contained in:
Dean Herbert 2020-05-19 23:01:36 +09:00
parent d56466e2b9
commit a6f3dc53f7

View File

@ -127,6 +127,7 @@ namespace osu.Game.Rulesets.Mania.Edit
if (nextTimingPoint != timingPoint)
{
beat = 0;
time = nextTimingPoint.Time;
timingPoint = nextTimingPoint;
}