yy1717
2020-11-24 6e0f29b08a040d14576d7053c1206a8439936570
lib/src/main/cpp/test_items2/through_something.cpp
@@ -228,6 +228,10 @@
        Line line;
        int roadIndex = 0;
        if (RoadMap.specialAreas[x].type == SCHOOL_AREA) {          // 离开学校区域不按跨线判定
            continue;
        }
        for (; roadIndex < RoadMap.roads.size(); ++roadIndex) {
            if (RoadMap.roads[roadIndex].id == RoadMap.specialAreas[x].road)
                break;