mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 11:07:25 +08:00
Fix TestSplitRetainsHitsounds
This commit is contained in:
parent
b741bfb6d9
commit
6be94a3a96
@ -180,7 +180,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Editor
|
||||
{
|
||||
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
Block a user