Update ubl_motion.cpp

Restore necessary and needed loop termination logic.
This commit is contained in:
Roxy-3D 2018-04-19 12:03:18 -05:00 committed by GitHub
parent df6becfb07
commit c91b3142aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -342,7 +342,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)