Skip to content

Commit 9f98636

Browse files
authored
Kurt/ribbon-first #96
Kurt/ribbon-first
2 parents a14edb9 + 73765a3 commit 9f98636

7 files changed

+11731
-11731
lines changed

Helios/Helios.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,8 @@ void Helios::handle_state_pat_select()
696696
cur_state = STATE_MODES;
697697
}
698698
if (Button::onShortClick()) {
699-
menu_selection = (menu_selection + 1) % PATTERN_COUNT;
700699
Patterns::make_pattern((PatternID)menu_selection, pat);
700+
menu_selection = (menu_selection + 1) % PATTERN_COUNT;
701701
pat.init();
702702
}
703703
pat.play();

0 commit comments

Comments
 (0)