mirror of
https://github.com/ppy/osu.git
synced 2025-02-09 19:42:58 +08:00
Fix addition banks disabled on reset
This commit is contained in:
parent
5b92a9ff59
commit
88e88bdc4f
@ -259,6 +259,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
private void resetTernaryStates()
|
||||
{
|
||||
AutoSelectionBankEnabled.Value = true;
|
||||
SelectionAdditionBanksEnabled.Value = true;
|
||||
SelectionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
|
||||
SelectionAdditionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user