From 6c5ea4b95042452b124f3186ae516264b7562325 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 25 Aug 2023 17:22:04 -0500 Subject: [PATCH] fix step length in macroInt --- src/engine/macroInt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/macroInt.cpp b/src/engine/macroInt.cpp index 94ec602c..e53d53ae 100644 --- a/src/engine/macroInt.cpp +++ b/src/engine/macroInt.cpp @@ -56,7 +56,7 @@ void DivMacroStruct::doMacro(DivInstrumentMacro& source, bool released, bool tic has=false; return; } - if (released && type==1) delay=0; + if (released && type==1 && lastPos<3) delay=0; if (delay>0) { delay--; if (!linger) had=false;