mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +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 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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user