Fix the right hand clearing

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago committed by Gergely Nagy
parent 29841ec02e
commit 49720378bd

@ -40,7 +40,7 @@ namespace KaleidoscopePlugins {
endTimeLeft = 0; endTimeLeft = 0;
} }
if (endTimeRight && millis () > endTimeRight) { if (endTimeRight && millis () > endTimeRight) {
::AlphaSquare.clear (lastKeyRight); ::AlphaSquare.clear (lastKeyRight, 10);
endTimeRight = 0; endTimeRight = 0;
} }
} }

Loading…
Cancel
Save