Merge pull request #190 from DK-Kermit/patch-1

Update XChartsMgr.cs
This commit is contained in:
monitor1394
2022-04-08 14:23:34 +08:00
committed by GitHub

View File

@@ -57,7 +57,9 @@ namespace XCharts
{
var obj = GameObject.Find("_xcharts_");
if (obj == null) obj = new GameObject("_xcharts_");
obj.SetActive(false);
m_XCharts = obj.AddComponent<XChartsMgr>();
obj.SetActive(true);
}
m_XCharts.m_NowVersion = fullVersion;
}
@@ -514,4 +516,4 @@ namespace XCharts
}
#endif
}
}
}