mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 06:20:15 +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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user