Move score token to BeginPlaying

This commit is contained in:
Dan Balasescu
2022-12-12 13:59:27 +09:00
parent 4a65f5c864
commit caa0b7c290
8 changed files with 17 additions and 18 deletions

View File

@ -126,7 +126,7 @@ namespace osu.Game.Tests.Visual.Spectator
}
}
protected override Task BeginPlayingInternal(SpectatorState state)
protected override Task BeginPlayingInternal(long? scoreToken, SpectatorState state)
{
// Track the local user's playing beatmap ID.
Debug.Assert(state.BeatmapID != null);