日常更新
This commit is contained in:
@@ -46,8 +46,8 @@ void RunCross() {
|
||||
}
|
||||
if (far_Lpt1_found) { track_type = TRACK_RIGHT; }
|
||||
else if (far_Lpt0_found) { track_type = TRACK_LEFT; }
|
||||
else if (Both_Boder_None_Cross > 0 && pts_far_resample_right_count < 5) { track_type = TRACK_RIGHT; }
|
||||
else if (Both_Boder_None_Cross > 0 && pts_far_resample_left_count < 5) { track_type = TRACK_LEFT; }
|
||||
else if (Both_Boder_None_Cross > 0 && pts_resample_right_count < 5) { track_type = TRACK_RIGHT; }
|
||||
else if (Both_Boder_None_Cross > 0 && pts_resample_left_count < 5) { track_type = TRACK_LEFT; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user