Skip to content

Commit

Permalink
Merge pull request #282 from LumpBloom7/Fix-crafted-air-star-sheet
Browse files Browse the repository at this point in the history
Provide NodeSamples to air star sheet in crafted maps
  • Loading branch information
LumpBloom7 authored Dec 4, 2022
2 parents 55fe673 + 6f22c48 commit 5686d64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ protected override IEnumerable<RushHitObject> ConvertHitObject(HitObject origina
{
StartTime = original.StartTime,
EndTime = original.GetEndTime(),
Samples = original.Samples,
NodeSamples = (original as IHasRepeats)?.NodeSamples ?? new List<IList<HitSampleInfo>> { original.Samples },
Lane = LanedHitLane.Air
};
}
Expand Down

0 comments on commit 5686d64

Please sign in to comment.