From 53beb1ec4e94d2797a022b2f587627d9d1f1c066 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Thu, 6 Feb 2025 14:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0finish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Actions/LedAction.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assets/Scripts/Actions/LedAction.cs b/Assets/Scripts/Actions/LedAction.cs index 2b4d020a..86e3a110 100644 --- a/Assets/Scripts/Actions/LedAction.cs +++ b/Assets/Scripts/Actions/LedAction.cs @@ -58,7 +58,6 @@ namespace QFramework var mat = obj.GetComponent().material; //"99.99" char item = number[i]; - Debug.LogError(item); if (item == '.') { isPoint = true; @@ -90,6 +89,8 @@ namespace QFramework mat.mainTexture = Resources.Load($"Number/Mask").As(); } } + + this.Finish(); } public void OnExecute(float dt)