mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 16:13:34 +08:00
Remove reference to removed comment from another comment
This commit is contained in:
parent
005fb78994
commit
856310e954
@ -50,9 +50,8 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
double startTime = obj.StartTime;
|
||||
double endTime = obj.GetEndTime();
|
||||
|
||||
// as stated in the inline comment above, this is locally bringing back
|
||||
// the stable treatment of the "legacy last tick" just to make sure
|
||||
// that the conversion output matches.
|
||||
// this is locally bringing back the stable treatment of the "legacy last tick"
|
||||
// just to make sure that the conversion output matches.
|
||||
// compare: `SliderEventGenerator.Generate()`, and the calculation of `legacyLastTickTime`.
|
||||
if (obj is SliderTailCircle && parent is Slider slider)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user