From 9c5b83dc22850bda163024df0358706fddc208e2 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 14 Dec 2023 19:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dsettings=E7=9A=84lineSmoothne?= =?UTF-8?q?ss=E7=94=A8=E4=BB=A3=E7=A0=81=E8=AE=BE=E7=BD=AE=E6=97=A0?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Runtime/Component/Settings/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Component/Settings/Settings.cs b/Runtime/Component/Settings/Settings.cs index 6a073339..2a1f81e9 100644 --- a/Runtime/Component/Settings/Settings.cs +++ b/Runtime/Component/Settings/Settings.cs @@ -93,7 +93,7 @@ namespace XCharts.Runtime public float lineSmoothness { get { return m_LineSmoothness; } - set { if (PropertyUtil.SetStruct(ref m_LineSmoothStyle, value < 0 ? 1f : value)) SetVerticesDirty(); } + set { if (PropertyUtil.SetStruct(ref m_LineSmoothness, value < 0 ? 1f : value)) SetVerticesDirty(); } } /// /// The partition distance of a line segment. A line in a normal line chart is made up of many segments,