mirror of
https://github.com/ppy/osu
synced 2025-03-05 10:58:34 +00:00
Merge branch 'master' into fix-skineditor-external-event-bind
This commit is contained in:
commit
6d6412afdf
@ -248,6 +248,9 @@ namespace osu.Game.Online.Spectator
|
|||||||
|
|
||||||
isPlaying = false;
|
isPlaying = false;
|
||||||
currentBeatmap = null;
|
currentBeatmap = null;
|
||||||
|
currentScore = null;
|
||||||
|
currentScoreProcessor = null;
|
||||||
|
currentScoreToken = null;
|
||||||
|
|
||||||
if (state.HasPassed)
|
if (state.HasPassed)
|
||||||
currentState.State = SpectatedUserState.Passed;
|
currentState.State = SpectatedUserState.Passed;
|
||||||
|
Loading…
Reference in New Issue
Block a user