From 34e7a5a913682dc5a5cba8f4d6933e7b6787b8fa Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sun, 21 Jul 2019 23:19:46 +0800 Subject: [PATCH] fixed bug --- Scripts/Editor/PropertyDrawers/SerieDrawer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Editor/PropertyDrawers/SerieDrawer.cs b/Scripts/Editor/PropertyDrawers/SerieDrawer.cs index 4a9c70c7..2f834723 100644 --- a/Scripts/Editor/PropertyDrawers/SerieDrawer.cs +++ b/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 {