From 6e0f29b08a040d14576d7053c1206a8439936570 Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期二, 24 十一月 2020 14:18:03 +0800
Subject: [PATCH] 坐标

---
 lib/src/main/cpp/test_items2/through_something.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lib/src/main/cpp/test_items2/through_something.cpp b/lib/src/main/cpp/test_items2/through_something.cpp
index 67583d7..31b0850 100644
--- a/lib/src/main/cpp/test_items2/through_something.cpp
+++ b/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;

--
Gitblit v1.8.0