mirror of
https://github.com/ppy/osu
synced 2025-01-23 06:13:12 +00:00
Fix incorrect seek target
This commit is contained in:
parent
55c5ef898d
commit
6856571f17
@ -120,7 +120,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
// Seeking the decoupled clock to its current time ensures that its source clock will be seeked to the same time
|
// Seeking the decoupled clock to its current time ensures that its source clock will be seeked to the same time
|
||||||
// This accounts for the audio clock source potentially taking time to enter a completely stopped state
|
// This accounts for the audio clock source potentially taking time to enter a completely stopped state
|
||||||
adjustableClock.Seek(GameplayClock.CurrentTime);
|
Seek(GameplayClock.CurrentTime);
|
||||||
adjustableClock.Start();
|
adjustableClock.Start();
|
||||||
IsPaused.Value = false;
|
IsPaused.Value = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user