Kevin Trometer 8 年之前
父节点
当前提交
7f349017df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ui/view/StatisticGraph.java

+ 1 - 1
src/ui/view/StatisticGraph.java

@@ -45,7 +45,7 @@ public class StatisticGraph extends JPanel {
 	GeneralPath path = new GeneralPath();
 
 	// Data
-	private ArrayList<Pair> objects = new ArrayList<>();
+	private ArrayList<HolonObject> objects = new ArrayList<>();
 	private ArrayList<GeneralPath> objPaths = new ArrayList<>();
 
 	/**