fixed bug

This commit is contained in:
monitor1394
2019-07-21 23:19:46 +08:00
parent 7a01713842
commit d0331456ac

View File

@@ -195,7 +195,7 @@ namespace XCharts
var temp = prop.displayName.Split(' '); var temp = prop.displayName.Split(' ');
if (temp == null || temp.Length < 2) if (temp == null || temp.Length < 2)
{ {
Debug.LogError("SERIE:"+prop.name+","+prop.displayName+","+prop.FindPropertyRelative("m_Name").stringValue); //Debug.LogError("SERIE:"+prop.name+","+prop.displayName+","+prop.FindPropertyRelative("m_Name").stringValue);
index = 0; index = 0;
} }
else else