1
0
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:
OliBomby 2024-10-24 13:17:49 +02:00
parent 5b92a9ff59
commit 88e88bdc4f

View File

@ -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;
}