remove "keep" argument; the new removeChild() doesn't support that any more
This commit is contained in:
parent
a62388a19c
commit
93dbac482f
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ GPS::update (double delta_time_sec)
|
||||||
popWp->setBoolValue(false);
|
popWp->setBoolValue(false);
|
||||||
|
|
||||||
route->delete_first();
|
route->delete_first();
|
||||||
_route->removeChild("Waypoint", 0, false);
|
_route->removeChild("Waypoint", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue