兼容unity5.6

This commit is contained in:
monitor1394
2021-04-13 09:57:33 +08:00
parent 620d7b4698
commit 32e9ce864b
3 changed files with 10 additions and 10 deletions

View File

@@ -265,7 +265,7 @@ namespace XCharts
}
chart.RefreshBasePainter();
};
radar.refreshComponent?.Invoke();
radar.refreshComponent.Invoke();
}
private void DrawMutipleRadar(VertexHelper vh, Serie serie, int i)