mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-28 18:41:16 +00:00
fix macro delay not working on first note
This commit is contained in:
parent
820b23ecdb
commit
16eba9ec96
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ struct DivMacroStruct {
|
|||
finished(false),
|
||||
will(false),
|
||||
linger(false),
|
||||
began(false),
|
||||
began(true),
|
||||
mode(0) {}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue