]> git.mxchange.org Git - flightgear.git/commitdiff
revert last patch
authormfranz <mfranz>
Thu, 30 Jun 2005 20:08:02 +0000 (20:08 +0000)
committermfranz <mfranz>
Thu, 30 Jun 2005 20:08:02 +0000 (20:08 +0000)
src/Instrumentation/gps.cxx

index f17678a0f2c79bc0be346c82cbf73e93dcacede2..26aad8dcfeba8c86fb5f8ea86877a4371db21867 100644 (file)
@@ -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 {