Skip to content

Commit

Permalink
Respect twin slides experimental option
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Nov 15, 2024
1 parent 1788e4f commit 5df610a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected override IEnumerable<SentakkiHitObject> ConvertHitObject(HitObject ori
if (allClaps && fanStartTime == double.MaxValue)
{
if (tryGetLaneForTwinNote(original.StartTime, out int twinLane))
yield return convertSlider(original, twinLane, false, false);
yield return convertSlider(original, twinLane, !ConversionFlags.HasFlagFast(ConversionFlags.twinSlides), false);
break;
}

Expand Down

0 comments on commit 5df610a

Please sign in to comment.