Skip to content

Commit

Permalink
Adjust use of SliderEventGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Oct 8, 2023
1 parent c1b57e0 commit a57141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Tau/Objects/Slider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ protected override void CreateNestedHitObjects(CancellationToken cancellationTok
{
base.CreateNestedHitObjects(cancellationToken);

var sliderEvents = SliderEventGenerator.Generate(StartTime, SpanDuration, Velocity, TickDistance, Path.Duration, this.SpanCount(), null, cancellationToken);
var sliderEvents = SliderEventGenerator.Generate(StartTime, SpanDuration, Velocity, TickDistance, Path.Duration, this.SpanCount(), cancellationToken);

foreach (var e in sliderEvents)
{
Expand Down

0 comments on commit a57141d

Please sign in to comment.