Update ubl_motion.cpp
Restore necessary and needed loop termination logic.
This commit is contained in:
parent
f36ddef9a7
commit
23635c2b64
|
@ -347,7 +347,7 @@
|
||||||
xi_cnt--;
|
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)
|
if (g26_debug_flag)
|
||||||
|
|
Loading…
Reference in a new issue