finally fix macro speed/delay issue

This commit is contained in:
tildearrow 2022-09-22 18:33:58 -05:00
parent d354f58a7c
commit 52cd4f15de

View file

@ -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) {