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