mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 05:50:09 +00:00
[bug] fix editor auto refresh bug
This commit is contained in:
@@ -120,7 +120,7 @@ namespace XCharts.Runtime
|
||||
/// Redraw graph in next frame.
|
||||
/// |在下一帧刷新图形。
|
||||
/// </summary>
|
||||
public void RefreshGraph()
|
||||
public virtual void RefreshGraph()
|
||||
{
|
||||
m_RefreshChart = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user