mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
[bug] fix multipe grid error (#210)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace XCharts.Runtime
|
||||
[System.Serializable]
|
||||
public class MainComponent : IComparable
|
||||
{
|
||||
public int instanceId { get; internal set; }
|
||||
public int instanceId { get { return index; } }
|
||||
public int index { get; internal set; }
|
||||
protected bool m_VertsDirty;
|
||||
protected bool m_ComponentDirty;
|
||||
|
||||
Reference in New Issue
Block a user