整理代码,去掉warning

This commit is contained in:
monitor1394
2020-09-19 18:11:16 +08:00
parent 00024a53c0
commit 9825e06880
6 changed files with 0 additions and 22 deletions

View File

@@ -102,7 +102,6 @@ namespace XCharts
{
var cenPos = vessel.runtimeCenterPos;
var radius = vessel.runtimeRadius;
var serie = SeriesHelper.GetSerieByVesselIndex(m_Series, vessel.index);
ChartDrawer.DrawCricle(vh, cenPos, vessel.runtimeInnerRadius, vessel.backgroundColor, m_Settings.cicleSmoothness);
}
}