mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 15:30:09 +00:00
3.0
This commit is contained in:
@@ -854,6 +854,9 @@ namespace XCharts.Runtime
|
||||
|
||||
private void ResetSeriesIndex()
|
||||
{
|
||||
#if UNITY_EDITOR && UNITY_2019_1_OR_NEWER
|
||||
UnityEditor.EditorUtility.SetDirty(this);
|
||||
#endif
|
||||
for (int i = 0; i < m_Series.Count; i++)
|
||||
{
|
||||
m_Series[i].index = i;
|
||||
|
||||
Reference in New Issue
Block a user