mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 09:57:21 +09:00
Add TailSamples
to auxiliary samples list
This commit is contained in:
parent
4523393208
commit
1b8c632b87
@ -29,7 +29,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
|||||||
set => throw new System.NotSupportedException($"Adjust via {nameof(RepeatCount)} instead"); // can be implemented if/when needed.
|
set => throw new System.NotSupportedException($"Adjust via {nameof(RepeatCount)} instead"); // can be implemented if/when needed.
|
||||||
}
|
}
|
||||||
|
|
||||||
public override IList<HitSampleInfo> AuxiliarySamples => CreateSlidingSamples();
|
public override IList<HitSampleInfo> AuxiliarySamples => CreateSlidingSamples().Concat(TailSamples).ToArray();
|
||||||
|
|
||||||
public IList<HitSampleInfo> CreateSlidingSamples()
|
public IList<HitSampleInfo> CreateSlidingSamples()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user