aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-07-19 10:03:33 +0200
committerBad Diode <bd@badd10de.dev>2023-07-19 10:03:33 +0200
commite8be8a52e999b7a9ee4fc935a33ebfefad5bae3a (patch)
treee87b4a6899dc2ece106fb8e9f886ea3dc7ea08cb /src/main.c
parent1e666da666081bece2c244c2297d08801add3103 (diff)
downloadstepper-e8be8a52e999b7a9ee4fc935a33ebfefad5bae3a.tar.gz
stepper-e8be8a52e999b7a9ee4fc935a33ebfefad5bae3a.zip
Allow removing the last chain when playing
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2cda769..61e26e7 100644
--- a/src/main.c
+++ b/src/main.c
@@ -95,7 +95,7 @@ render_sequencer(void) {
95 } 95 }
96 96
97 if (input_handler == handle_pattern_selection || 97 if (input_handler == handle_pattern_selection ||
98 input_handler == handle_pattern_chain){ 98 input_handler == handle_pattern_chain) {
99 draw_pattern_chain(); 99 draw_pattern_chain();
100 } 100 }
101 101