mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 16:00:24 +00:00
修复LiquidChart渐出动画问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user