mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 08:23:01 +00:00
parent
4445103408
commit
dcf06445ba
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ void DivMacroStruct::doMacro(DivInstrumentMacro& source, bool released, bool tic
|
||||||
}
|
}
|
||||||
if (delay>0) {
|
if (delay>0) {
|
||||||
delay--;
|
delay--;
|
||||||
had=false;
|
if (!linger) had=false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (began && source.delay>0) {
|
if (began && source.delay>0) {
|
||||||
|
|
Loading…
Reference in a new issue