mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Reword comment slightly
This commit is contained in:
parent
f5a5887669
commit
e0266b0d81
@ -206,8 +206,8 @@ namespace osu.Game.Online.Spectator
|
||||
if (!IsPlaying)
|
||||
return;
|
||||
|
||||
// Disposal could be processed late, leading to EndPlaying potentially being called after a future BeginPlaying call.
|
||||
// Account for this by ensuring the current score matches the score in the provided GameplayState.
|
||||
// Disposal can take some time, leading to EndPlaying potentially being called after a future play session.
|
||||
// Account for this by ensuring the score of the current play matches the one in the provided state.
|
||||
if (currentScore != state.Score)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user