mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
优化代码,修复报错
This commit is contained in:
@@ -16,7 +16,6 @@ namespace XCharts
|
||||
public static class ChartDrawer
|
||||
{
|
||||
private static readonly Vector2 zeroVector2 = Vector2.zero;
|
||||
private static readonly Vector3 zeroVector3 = Vector3.zero;
|
||||
private static UIVertex[] vertex = new UIVertex[4];
|
||||
private static List<Vector3> s_CurvesPosList = new List<Vector3>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user