1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Remove reference to removed comment from another comment

This commit is contained in:
Bartłomiej Dach 2023-12-07 08:22:01 +01:00
parent 005fb78994
commit 856310e954
No known key found for this signature in database

View File

@ -50,9 +50,8 @@ namespace osu.Game.Rulesets.Osu.Tests
double startTime = obj.StartTime; double startTime = obj.StartTime;
double endTime = obj.GetEndTime(); double endTime = obj.GetEndTime();
// as stated in the inline comment above, this is locally bringing back // this is locally bringing back the stable treatment of the "legacy last tick"
// the stable treatment of the "legacy last tick" just to make sure // just to make sure that the conversion output matches.
// that the conversion output matches.
// compare: `SliderEventGenerator.Generate()`, and the calculation of `legacyLastTickTime`. // compare: `SliderEventGenerator.Generate()`, and the calculation of `legacyLastTickTime`.
if (obj is SliderTailCircle && parent is Slider slider) if (obj is SliderTailCircle && parent is Slider slider)
{ {