1
0
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:
Salman Ahmed 2022-07-25 04:34:42 +03:00
parent f5a5887669
commit e0266b0d81

View File

@ -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;