From 20bd5ec5a7f859c0f98f13ef62b906b1c781e51b Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期日, 07 二月 2021 09:25:53 +0800
Subject: [PATCH] 暂时屏蔽获取车模型从平台  直接打开mapfragment 跳过arcgis

---
 lib/src/main/cpp/test_items/turn_a90.cpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lib/src/main/cpp/test_items/turn_a90.cpp b/lib/src/main/cpp/test_items/turn_a90.cpp
index e9f97f8..a2eafb1 100644
--- a/lib/src/main/cpp/test_items/turn_a90.cpp
+++ b/lib/src/main/cpp/test_items/turn_a90.cpp
@@ -138,11 +138,10 @@
 
     }
 
+TEST_END:
     if (!testing) {
         MA_EnterMap(mapIndex, MAP_TYPE_TURN_90, 0);
     }
-
-TEST_END:
     return testing? 1:0;
 }
 

--
Gitblit v1.8.0