From e44926acb6ab99ea0d5baf758773a0f383e441a9 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期五, 25 十一月 2022 14:23:54 +0800
Subject: [PATCH] 2022年11月25日14:23:44

---
 HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
index cab41f5..35a706a 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -401,6 +401,10 @@
                     {
                         foreach (var scene in listScene)
                         {
+                            if(scene.sceneType == SceneType.LightScene)
+                            {
+                                continue;
+                            }
                             System.Threading.Thread.Sleep(10);
                             Application.RunOnMainThread(() =>
                             {

--
Gitblit v1.8.0