This commit is contained in:
Yorick
2015-04-08 15:12:49 +02:00
+1 -1
View File
@@ -78,7 +78,7 @@ public class Mouse extends MouseAdapter
{
if (o instanceof Waypoint)
{
new WaypointPopup(o, panel);
new WaypointPopup(o);
}
}