mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 21:40:41 +00:00
修复运行时数据变化曲线和标志绘制异常的问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user