mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 23:14:47 +08:00
Fix seeking to gameplay too soon
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user