mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 10:50:08 +00:00
fixed bug
This commit is contained in:
@@ -195,8 +195,8 @@ 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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user