Skip to content

Commit

Permalink
Provide NodeSamples to air star sheet in crafted maps
Browse files Browse the repository at this point in the history
  • Loading branch information
LumpBloom7 committed Dec 4, 2022
1 parent ad6be67 commit 97edebf
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 97edebf

Please sign in to comment.