1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

remove resolved comment

This commit is contained in:
Liam DeVoe 2023-07-27 02:12:43 -04:00
parent 217b07810f
commit a93561cab0

View File

@ -321,8 +321,6 @@ namespace osu.Game.Scoring.Legacy
}
// still paying back the deficit from a negative frame. Skip this frame.
// Todo: At some point we probably want to rewind and play back the negative-time frames
// but for now we'll achieve equal playback to stable by skipping negative frames
if (timeDeficit < 0)
continue;