1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 00:07:19 +08:00

Merge branch 'master' into fix-skineditor-external-event-bind

This commit is contained in:
Bartłomiej Dach 2024-04-03 11:42:15 +02:00 committed by GitHub
commit 6d6412afdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,6 +248,9 @@ namespace osu.Game.Online.Spectator
isPlaying = false;
currentBeatmap = null;
currentScore = null;
currentScoreProcessor = null;
currentScoreToken = null;
if (state.HasPassed)
currentState.State = SpectatedUserState.Passed;