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:
parent
de023dd7bd
commit
d6c5dc647d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ void FGAirportDynamicsXMLLoader::startArc(const XMLAttributes &atts)
|
|||
_arcSet.insert(e);
|
||||
_dynamics->getGroundNetwork()->addSegment(fromNode, toNode);
|
||||
if (isPushBackRoute) {
|
||||
toNode->setIsPushback();
|
||||
// toNode->setIsPushback();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue