修复LiquidChart渐出动画问题

This commit is contained in:
monitor1394
2020-07-27 08:59:42 +08:00
parent 2c25af3694
commit 04507ee863

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;