Update ubl_motion.cpp

Restore necessary and needed loop termination logic.
This commit is contained in:
Roxy-3D 2018-04-19 12:04:35 -05:00 committed by GitHub
parent f36ddef9a7
commit 23635c2b64
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -347,7 +347,7 @@
xi_cnt--;
}
//if (xi_cnt < 0 || yi_cnt < 0) break; // Too far! Exit the loop and go to FINAL_MOVE
if (xi_cnt < 0 || yi_cnt < 0) break; // Too far! Exit the loop and go to FINAL_MOVE
}
if (g26_debug_flag)