Skip to content

Commit

Permalink
Merge branch 'master' into fix-skineditor-external-event-bind
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Apr 3, 2024
2 parents 05fe896 + 3b7d427 commit 6d6412a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osu.Game/Online/Spectator/SpectatorClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ public void EndPlaying(GameplayState state)
isPlaying = false;
currentBeatmap = null;
currentScore = null;
currentScoreProcessor = null;
currentScoreToken = null;
if (state.HasPassed)
currentState.State = SpectatedUserState.Passed;
Expand Down

0 comments on commit 6d6412a

Please sign in to comment.