Skip to content

Commit

Permalink
Kurt/ribbon-first #96
Browse files Browse the repository at this point in the history
Kurt/ribbon-first
  • Loading branch information
livingkurt authored Sep 16, 2024
2 parents a14edb9 + 73765a3 commit 9f98636
Show file tree
Hide file tree
Showing 7 changed files with 11,731 additions and 11,731 deletions.
2 changes: 1 addition & 1 deletion Helios/Helios.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -696,8 +696,8 @@ void Helios::handle_state_pat_select()
cur_state = STATE_MODES;
}
if (Button::onShortClick()) {
menu_selection = (menu_selection + 1) % PATTERN_COUNT;
Patterns::make_pattern((PatternID)menu_selection, pat);
menu_selection = (menu_selection + 1) % PATTERN_COUNT;
pat.init();
}
pat.play();
Expand Down
Loading

0 comments on commit 9f98636

Please sign in to comment.