From 512ee1a3ca0f389d6699a0d06bbbc542b1e7739d Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Tue, 24 Dec 2024 17:49:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=9B=B8=E6=9C=BAnormalTime?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Xml/XmlParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Xml/XmlParser.cs b/Assets/Scripts/Xml/XmlParser.cs index b8cc804b..b643f5d3 100644 --- a/Assets/Scripts/Xml/XmlParser.cs +++ b/Assets/Scripts/Xml/XmlParser.cs @@ -598,7 +598,7 @@ namespace XMLTool act.args.Add("nearTime","0"); } - XAttribute normalTime = action.Attribute("farTinormalTimeme"); + XAttribute normalTime = action.Attribute("normalTime"); if (normalTime != null) { act.args.Add("normalTime", normalTime.Value);