From c1a8e6318e984570ce70cb4588e5482021660e3c Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Tue, 18 Jun 2019 02:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86issue#7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/XCharts/Scripts/UI/LineChart.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/XCharts/Scripts/UI/LineChart.cs b/Assets/XCharts/Scripts/UI/LineChart.cs index d0becb5d..d0205e2c 100644 --- a/Assets/XCharts/Scripts/UI/LineChart.cs +++ b/Assets/XCharts/Scripts/UI/LineChart.cs @@ -8,7 +8,7 @@ namespace XCharts { [SerializeField] private Line m_Line = Line.defaultLine; - public Line line { get { return line; } } + public Line line { get { return m_Line; } } #if UNITY_EDITOR protected override void Reset()