mirror of https://github.com/ppy/osu
Fix TestSplitRetainsHitsounds
This commit is contained in:
parent
b741bfb6d9
commit
6be94a3a96
|
@ -180,7 +180,7 @@ public void TestSplitRetainsHitsounds()
|
|||
{
|
||||
if (slider == null) return;
|
||||
|
||||
sample = new HitSampleInfo("hitwhistle", HitSampleInfo.BANK_SOFT, volume: 70);
|
||||
sample = new HitSampleInfo("hitwhistle", HitSampleInfo.BANK_SOFT, volume: 70, editorAutoBank: false);
|
||||
slider.Samples.Add(sample.With());
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue