Follow waypoints added

This commit is contained in:
Yorick
2015-04-08 15:12:33 +02:00
parent a82809c959
commit 07b083453c
3 changed files with 80 additions and 17 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ public class Panel extends JPanel implements ActionListener
for (Visitor v : visitors)
{
v.update(objects, currentTime, visitors, paths);
v.update(objects, currentTime, visitors, paths, this);
}
repaint();