1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 20:07:29 +08:00

Fix seeking to gameplay too soon

This commit is contained in:
smoogipoo 2021-06-03 17:38:51 +09:00
parent 3bc81fbb06
commit 662bbed5d1

View File

@ -43,9 +43,9 @@ namespace osu.Game.Screens.Play
});
}
protected override void LoadComplete()
protected override void StartGameplay()
{
base.LoadComplete();
base.StartGameplay();
spectatorClient.OnNewFrames += userSentFrames;
seekToGameplay();