mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Move score token to BeginPlaying
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user