修复运行时数据变化曲线和标志绘制异常的问题

This commit is contained in:
monitor1394
2019-09-23 18:47:45 +08:00
parent d75d3bd402
commit d23aaa359e
4 changed files with 12 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ namespace XCharts
public void InitProgress(int data, float curr, float dest)
{
if (!m_Inited)
if (!m_Inited && !m_IsEnd)
{
m_Inited = true;
m_DestDataProgress = data;