1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-09 21:27:18 +08:00

Merge pull request #30756 from bdach/reset-new-combo-state

Deactivate new combo toggle on deselecting objects
This commit is contained in:
Dean Herbert 2024-11-18 23:54:57 +09:00 committed by GitHub
commit 1d6eb9abf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,8 +258,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
private void resetTernaryStates()
{
if (SelectionNewComboState.Value == TernaryState.Indeterminate)
SelectionNewComboState.Value = TernaryState.False;
SelectionNewComboState.Value = TernaryState.False;
AutoSelectionBankEnabled.Value = true;
SelectionAdditionBanksEnabled.Value = true;
SelectionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;