mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 20:35:06 +00:00
finally fix macro speed/delay issue
This commit is contained in:
parent
d354f58a7c
commit
52cd4f15de
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ void DivMacroStruct::doMacro(DivInstrumentMacro& source, bool released, bool tic
|
|||
}
|
||||
if (delay>0) {
|
||||
delay--;
|
||||
had=false;
|
||||
return;
|
||||
}
|
||||
if (began && source.delay>0) {
|
||||
|
|
Loading…
Reference in a new issue