From d0331456ac845155e4f82c660fbcb6b3d45292be Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sun, 21 Jul 2019 23:19:46 +0800 Subject: [PATCH] fixed bug --- Assets/XCharts/Scripts/Editor/PropertyDrawers/SerieDrawer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/XCharts/Scripts/Editor/PropertyDrawers/SerieDrawer.cs b/Assets/XCharts/Scripts/Editor/PropertyDrawers/SerieDrawer.cs index 4a9c70c7..2f834723 100644 --- a/Assets/XCharts/Scripts/Editor/PropertyDrawers/SerieDrawer.cs +++ b/Assets/XCharts/Scripts/Editor/PropertyDrawers/SerieDrawer.cs @@ -195,8 +195,8 @@ namespace XCharts var temp = prop.displayName.Split(' '); if (temp == null || temp.Length < 2) { - Debug.LogError("SERIE:"+prop.name+","+prop.displayName+","+prop.FindPropertyRelative("m_Name").stringValue); - index =0; + //Debug.LogError("SERIE:"+prop.name+","+prop.displayName+","+prop.FindPropertyRelative("m_Name").stringValue); + index = 0; } else {