X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2Fatc_mgr.cxx;h=22e5db5e80d31b37b5f9b6a729dd2ab6f9633ab9;hb=ed30b0c9a3818d5b8a306827184ac3525a1d8bdf;hp=409f8668d234223eb258fd4bd1cd561c4afac157;hpb=a6a6910653a89f10627debaeb803ca78e91ea6fd;p=flightgear.git diff --git a/src/ATC/atc_mgr.cxx b/src/ATC/atc_mgr.cxx index 409f8668d..22e5db5e8 100644 --- a/src/ATC/atc_mgr.cxx +++ b/src/ATC/atc_mgr.cxx @@ -247,5 +247,7 @@ void FGATCManager::update ( double time ) { //cerr << "Adding groundnetWork to the scenegraph::update" << endl; prevController = controller; } - //globals->get_scenery()->get_scene_graph()->addChild(node); + for (AtcVecIterator atc = activeStations.begin(); atc != activeStations.end(); atc++) { + (*atc)->update(time); + } }