From b5db2383f81d921149f09bcfa0e65772ccc77d40 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 14 二月 2023 15:00:55 +0800
Subject: [PATCH]  2023年02月14日15:00:53

---
 HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs |    8 ++++++++
 1 files changed, 8 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..f172059 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -401,6 +401,14 @@
                     {
                         foreach (var scene in listScene)
                         {
+                            if (scene == null) {
+                                //鏈夌┖鐜拌薄
+                                continue;
+                            }
+                            if(scene.sceneType == SceneType.LightScene)
+                            {
+                                continue;
+                            }
                             System.Threading.Thread.Sleep(10);
                             Application.RunOnMainThread(() =>
                             {

--
Gitblit v1.8.0