finally fix macro speed/delay issue
This commit is contained in:
parent
d354f58a7c
commit
52cd4f15de
|
@ -34,6 +34,7 @@ void DivMacroStruct::doMacro(DivInstrumentMacro& source, bool released, bool tic
|
||||||
}
|
}
|
||||||
if (delay>0) {
|
if (delay>0) {
|
||||||
delay--;
|
delay--;
|
||||||
|
had=false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (began && source.delay>0) {
|
if (began && source.delay>0) {
|
||||||
|
|
Loading…
Reference in a new issue