修复LiquidChart渐出动画问题

This commit is contained in:
monitor1394
2020-07-27 08:59:42 +08:00
parent bf55dd1294
commit 6ea04ed671

View File

@@ -139,6 +139,10 @@ namespace XCharts
private void DrawSerie(VertexHelper vh, Serie serie)
{
if (serie.animation.HasFadeOut())
{
return;
}
var vessel = GetVessel(serie.vesselIndex);
if (vessel == null) return;
var cenPos = vessel.runtimeCenterPos;