mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Clear existing frames when starting gameplay
This commit is contained in:
parent
9eecb23fef
commit
5073ede115
@ -47,6 +47,8 @@ namespace osu.Game.Screens.Play
|
||||
{
|
||||
base.StartGameplay();
|
||||
|
||||
// Start gameplay along with the very first arrival frame (the latest one).
|
||||
score.Replay.Frames.Clear();
|
||||
spectatorClient.OnNewFrames += userSentFrames;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user