[bug] fix editor auto refresh bug

This commit is contained in:
monitor1394
2022-09-09 13:19:22 +08:00
parent dd6833d322
commit ac7628ce68
4 changed files with 9 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ namespace XCharts.Runtime
/// Redraw graph in next frame.
/// |在下一帧刷新图形。
/// </summary>
public void RefreshGraph()
public virtual void RefreshGraph()
{
m_RefreshChart = true;
}