mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply time-ramping adjustment using clock instead of track
This commit is contained in:
@ -90,7 +90,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public virtual void Update(Playfield playfield)
|
||||
{
|
||||
applyRateAdjustment(track.CurrentTime);
|
||||
applyRateAdjustment(playfield.Clock.CurrentTime);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user