Merge branch 'develop' of https://github.com/ProjectgroepA4/FestivalPlanner into develop
This commit is contained in:
@@ -78,7 +78,7 @@ public class Mouse extends MouseAdapter
|
||||
{
|
||||
if (o instanceof Waypoint)
|
||||
{
|
||||
new WaypointPopup(o, panel);
|
||||
new WaypointPopup(o);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user