1
This commit is contained in:
@@ -20,7 +20,7 @@ void CheckCross()
|
||||
if (cross_type == CROSS_NONE && Xfound && cross_easy == 0) {
|
||||
cross_type = CROSS_BEGIN;
|
||||
}
|
||||
if (cross_type == CROSS_NONE && cross_easy == 1 && (Lpt0_found || Lpt1_found)) {
|
||||
if (cross_type == CROSS_NONE && cross_easy == 1 && (((Lpt0_found || Lpt1_found) && (pts_resample_left_count <= 3 || pts_resample_right_count <= 3)) || Xfound)) {
|
||||
cross_type = CROSS_BEGIN;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user