app critics will say it's money, cash, toes

Files at this revision

API Documentation at this revision

Comitter:
vazbyte
Date:
Sun Dec 16 14:35:50 2018 +0000
Parent:
22:50f88b18cfad
Commit message:
now step_buffer resets on button press

Changed in this revision

source/main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/source/main.cpp	Sun Dec 16 13:51:44 2018 +0000
+++ b/source/main.cpp	Sun Dec 16 14:35:50 2018 +0000
@@ -138,6 +138,7 @@
 
     } else if (totalsteps != 0) {
        totalsteps = 0;
+       step_buffer = 0;
     }         
     old_pb = new_pb;