Switched to a more reasonable sample sound for now

This commit is contained in:
Henry Lin 2021-06-21 16:24:37 +08:00
parent c867940584
commit e52a58c1bc

View File

@ -494,7 +494,7 @@ namespace osu.Game.Rulesets.Osu.Mods
{ {
InternalChildren = new Drawable[] InternalChildren = new Drawable[]
{ {
sample = new PausableSkinnableSound(new SampleInfo("spinnerbonus")) // todo: use another sample sample = new PausableSkinnableSound(new SampleInfo("Gameplay/nightcore-hat")) // todo: use another sample
}; };
} }
} }