mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Apply time-ramping adjustment using clock instead of track
This commit is contained in:
parent
0eb29d56f2
commit
bbbecbb6b7
@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public virtual void Update(Playfield playfield)
|
||||
{
|
||||
applyRateAdjustment(track.CurrentTime);
|
||||
applyRateAdjustment(playfield.Clock.CurrentTime);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user