From 11f256380d69db92f5ac465d30c8560c0d0deca2 Mon Sep 17 00:00:00 2001 From: renwj Date: Sat, 14 Jan 2023 13:31:01 +0800 Subject: [PATCH] =?UTF-8?q?[2.13.2]=E4=BF=AE=E6=AD=A3=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E6=B6=88=E5=A4=B1=E5=90=8E=E7=A7=BB=E9=99=A4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v2x/events/scenario/scene/road/V2XAiRoadEventMarker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XAiRoadEventMarker.kt b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XAiRoadEventMarker.kt index 3fd2422a9c..563aada462 100644 --- a/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XAiRoadEventMarker.kt +++ b/core/function-impl/mogo-core-function-v2x/src/main/java/com/mogo/eagle/core/function/v2x/events/scenario/scene/road/V2XAiRoadEventMarker.kt @@ -69,7 +69,7 @@ class V2XAiRoadEventMarker { options.zIndex(75000f) options.maxIndex(800000f) val line = overlayManager.addPolyline(options) - current.set(Pair(line, null)) + current.set(Pair(line, wrapper.markers)) if (line != null) { line.isVisible = true wrapper.addLine(line)