mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
修复LiquidChart渐出动画问题
This commit is contained in:
@@ -139,6 +139,10 @@ namespace XCharts
|
|||||||
|
|
||||||
private void DrawSerie(VertexHelper vh, Serie serie)
|
private void DrawSerie(VertexHelper vh, Serie serie)
|
||||||
{
|
{
|
||||||
|
if (serie.animation.HasFadeOut())
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
var vessel = GetVessel(serie.vesselIndex);
|
var vessel = GetVessel(serie.vesselIndex);
|
||||||
if (vessel == null) return;
|
if (vessel == null) return;
|
||||||
var cenPos = vessel.runtimeCenterPos;
|
var cenPos = vessel.runtimeCenterPos;
|
||||||
|
|||||||
Reference in New Issue
Block a user