kaas kenneth

This commit is contained in:
Yorick
2015-04-08 21:47:12 +02:00
parent a7d811f956
commit be53c1f138
-1
View File
@@ -102,7 +102,6 @@ public class Visitor
{
System.out.println("CurrentTarget: " + target);
System.out.println("FinalTarget: " + finalTarget);
System.out.println(panel.getWaypoints().size());
Point2D targetPoint = panel.getWaypoint(target).getAccuratePoint();
double newRot = Math.atan2(targetPoint.getY() - position.getY(), targetPoint.getX() - position.getX());