优化数据存储类型由float全部转为double

This commit is contained in:
monitor1394
2021-07-08 07:19:31 +08:00
parent af8391faee
commit 16058d7d30
45 changed files with 434 additions and 368 deletions

View File

@@ -16,7 +16,7 @@ namespace XCharts.Examples
{
RadarChart chart;
int count = 0;
float max = 0;
double max = 0;
void Awake()
{