mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 06:52:53 +08:00
Remove probably unnecessary Seek
on start
This commit is contained in:
parent
1bff540381
commit
27ad224f13
@ -115,9 +115,6 @@ namespace osu.Game.Screens.Play
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected virtual void PrepareStart()
|
protected virtual void PrepareStart()
|
||||||
{
|
{
|
||||||
// Seeking the decoupled clock to its current time ensures that its source clock will be seeked to the same time
|
|
||||||
// This accounts for the clock source potentially taking time to enter a completely stopped state
|
|
||||||
Seek(GameplayClock.CurrentTime);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user