1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 02:49:53 +08:00

Only seek to the end on first frame arrival

This commit is contained in:
smoogipoo
2021-06-10 21:35:52 +09:00
Unverified
parent 35d5632355
commit 9eecb23fef
-1
View File
@@ -48,7 +48,6 @@ namespace osu.Game.Screens.Play
base.StartGameplay();
spectatorClient.OnNewFrames += userSentFrames;
seekToGameplay();
}
private void userSentFrames(int userId, FrameDataBundle bundle)