fix macro delay not working on first note

This commit is contained in:
tildearrow 2022-08-31 03:11:02 -05:00
parent 820b23ecdb
commit 16eba9ec96
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ struct DivMacroStruct {
finished(false),
will(false),
linger(false),
began(false),
began(true),
mode(0) {}
};