Update ubl_motion.cpp
Restore necessary and needed loop termination logic.
This commit is contained in:
parent
df6becfb07
commit
c91b3142aa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user