mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Ensure EarlyActivationMilliseconds
is applied even in idle state
This commit is contained in:
@ -97,7 +97,7 @@ namespace osu.Game.Graphics.Containers
|
||||
if (clock == null)
|
||||
return;
|
||||
|
||||
double currentTrackTime = clock.CurrentTime + EarlyActivationMilliseconds;
|
||||
double currentTrackTime = clock.CurrentTime;
|
||||
|
||||
if (Beatmap.Value.TrackLoaded && Beatmap.Value.BeatmapLoaded)
|
||||
{
|
||||
@ -123,7 +123,7 @@ namespace osu.Game.Graphics.Containers
|
||||
effectPoint = EffectControlPoint.DEFAULT;
|
||||
}
|
||||
|
||||
Debug.Assert(timingPoint != null);
|
||||
currentTrackTime += EarlyActivationMilliseconds;
|
||||
|
||||
double beatLength = timingPoint.BeatLength / Divisor;
|
||||
|
||||
|
Reference in New Issue
Block a user