From 909ccf6a09e9dc2ae62bde69d204741b0d69b7b4 Mon Sep 17 00:00:00 2001 From: zhangyao Date: Mon, 10 Jul 2023 14:37:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=9B=BE=E6=A0=87=E6=B8=85=E6=99=B0=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/qm/MainMap_QM.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js index 0552eee..208385d 100644 --- a/public/static/qm/MainMap_QM.js +++ b/public/static/qm/MainMap_QM.js @@ -5755,7 +5755,7 @@ Facilities_QM.prototype.renderIcon = function (obj, _this, isShow = true, ele = map: spriteMap, depthTest: true, transparent: true, - alphaTest: 0.8 + alphaTest: 0.1 }); spriteMaterial.name = obj.facCode; Map_QM.util.spriteMaterialArr.push(spriteMaterial); @@ -6056,3 +6056,4 @@ FindPath_QM.prototype.playMoveGuide = function () { +