Waypointpopup

This commit is contained in:
Yorick
2015-04-08 12:59:49 +02:00
parent 2dcdc954ae
commit e1f88aba2d
5 changed files with 95 additions and 27 deletions
+1 -1
View File
@@ -11,7 +11,6 @@ public class Waypoint extends DrawObject
public Waypoint(Point2D position)
{
super("waypoint", position);
self = 1;
}
@Override
@@ -37,6 +36,7 @@ public class Waypoint extends DrawObject
public void setSelf(int self)
{
System.out.println(self);
this.self = self;
}