fixed bug

This commit is contained in:
monitor1394
2019-07-21 23:19:46 +08:00
parent 8a25a09435
commit 34e7a5a913

View File

@@ -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
{