From: mfranz Date: Thu, 30 Jun 2005 20:08:02 +0000 (+0000) Subject: revert last patch X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ee42a35cbc4c961998ecf6de5c29d35465e2cd61;p=flightgear.git revert last patch --- diff --git a/src/Instrumentation/gps.cxx b/src/Instrumentation/gps.cxx index f17678a0f..26aad8dcf 100644 --- a/src/Instrumentation/gps.cxx +++ b/src/Instrumentation/gps.cxx @@ -710,7 +710,7 @@ GPS::update (double delta_time_sec) popWp->setBoolValue(false); route->delete_first(); - _route->removeChild("Waypoint", 0); + _route->removeChild("Waypoint", 0, false); } } else {