mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
兼容unity5.6
This commit is contained in:
@@ -147,9 +147,9 @@ namespace XCharts
|
||||
{
|
||||
if (component.anyDirty)
|
||||
{
|
||||
if (component.componentDirty)
|
||||
if (component.componentDirty && component.refreshComponent != null)
|
||||
{
|
||||
component.refreshComponent?.Invoke();
|
||||
component.refreshComponent.Invoke();
|
||||
}
|
||||
if (component.vertsDirty)
|
||||
{
|
||||
|
||||
@@ -265,7 +265,7 @@ namespace XCharts
|
||||
}
|
||||
chart.RefreshBasePainter();
|
||||
};
|
||||
radar.refreshComponent?.Invoke();
|
||||
radar.refreshComponent.Invoke();
|
||||
}
|
||||
|
||||
private void DrawMutipleRadar(VertexHelper vh, Serie serie, int i)
|
||||
|
||||
Reference in New Issue
Block a user