Skip to content

Commit

Permalink
Fix addition banks disabled on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby committed Oct 24, 2024
1 parent 5b92a9f commit 88e88bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ private void createStateBindables()
private void resetTernaryStates()
{
AutoSelectionBankEnabled.Value = true;
SelectionAdditionBanksEnabled.Value = true;
SelectionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
SelectionAdditionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
}
Expand Down

0 comments on commit 88e88bd

Please sign in to comment.