From a4019f141e1fdd29a198742095cfdba6128d2f44 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期二, 19 十二月 2023 14:16:11 +0800 Subject: [PATCH] #map latest test --- src/main/webapp/views/console4.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/console4.html b/src/main/webapp/views/console4.html index a5c25ea..bf3cd43 100644 --- a/src/main/webapp/views/console4.html +++ b/src/main/webapp/views/console4.html @@ -320,7 +320,7 @@ pixiShuttleLockPathMap = new Map(); pixiShuttleMoveAdvancePathMap.forEach((item, index) => { - objectsContainer2.removeChild(item); + objectsContainer2.removeChild(item.sprite); }); pixiShuttleMoveAdvancePathMap = new Map(); pixiShuttleMoveAdvancePathList = [] -- Gitblit v1.9.1