Rename variable and change default to true

This commit is contained in:
Dean Herbert
2020-07-14 20:11:54 +09:00
parent 690f2fd482
commit c7d3b025ad
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Game.Screens.Play
private void load(OsuConfigManager config)
{
InternalChild = comboBreakSample = new SkinnableSound(new SampleInfo("combobreak"));
alwaysPlay = config.GetBindable<bool>(OsuSetting.AlwaysPlayComboBreak);
alwaysPlay = config.GetBindable<bool>(OsuSetting.AlwaysPlayFirstComboBreak);
}
protected override void LoadComplete()