From 5f0513157b203109c15b3ba4a3f3d8b1e08e67c0 Mon Sep 17 00:00:00 2001 From: huangjiayu <2453663605@qq.com> Date: Mon, 11 Sep 2023 10:25:26 +0800 Subject: [PATCH] =?UTF-8?q?layer=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/Interactive objects/LoaclInterObjectWatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Electrical_inspectionCompetitionSystem/Assets/Script/Interactive objects/LoaclInterObjectWatch.cs b/Electrical_inspectionCompetitionSystem/Assets/Script/Interactive objects/LoaclInterObjectWatch.cs index 2e53b96f..d1652a15 100644 --- a/Electrical_inspectionCompetitionSystem/Assets/Script/Interactive objects/LoaclInterObjectWatch.cs +++ b/Electrical_inspectionCompetitionSystem/Assets/Script/Interactive objects/LoaclInterObjectWatch.cs @@ -84,7 +84,7 @@ public class LoaclInterObjectWatch : MonoBehaviour { clone.AddComponent(); } - clone.layer = 11; + clone.layer = 13;