1
0
Fork 0

Do not call setIsPushback, it causes a segmentation fault after about 10 minutes. I did commit this change in 6b9a28a568 to fix a warning, but it night not have been the wisest thing to do.

This commit is contained in:
Erik Hofman 2015-12-24 13:44:34 +01:00
parent de023dd7bd
commit d6c5dc647d

View file

@ -226,7 +226,7 @@ void FGAirportDynamicsXMLLoader::startArc(const XMLAttributes &atts)
_arcSet.insert(e);
_dynamics->getGroundNetwork()->addSegment(fromNode, toNode);
if (isPushBackRoute) {
toNode->setIsPushback();
// toNode->setIsPushback();
}
}