This commit is contained in:
Yorick
2015-04-08 12:42:12 +02:00
parent 701f2aed4b
commit ad62094ee7
5 changed files with 54 additions and 29 deletions
+1
View File
@@ -11,6 +11,7 @@ public class Waypoint extends DrawObject
public Waypoint(Point2D position)
{
super("waypoint", position);
self = 1;
}
@Override