mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 10:53:10 +08:00
Fix incorrect variable usage
This commit is contained in:
parent
8501967b6a
commit
44a2ae5f9a
@ -139,7 +139,7 @@ namespace osu.Game.Screens.Play
|
|||||||
adjustableClock = new DecoupleableInterpolatingFramedClock { IsCoupled = false };
|
adjustableClock = new DecoupleableInterpolatingFramedClock { IsCoupled = false };
|
||||||
|
|
||||||
adjustableClock.Seek(AllowLeadIn
|
adjustableClock.Seek(AllowLeadIn
|
||||||
? Math.Min(0, beatmap.HitObjects.First().StartTime - beatmap.BeatmapInfo.AudioLeadIn)
|
? Math.Min(0, RulesetContainer.GameplayStartTime - beatmap.BeatmapInfo.AudioLeadIn)
|
||||||
: RulesetContainer.GameplayStartTime);
|
: RulesetContainer.GameplayStartTime);
|
||||||
|
|
||||||
adjustableClock.ProcessFrame();
|
adjustableClock.ProcessFrame();
|
||||||
|
Loading…
Reference in New Issue
Block a user