#609 route manager/nav display related startup segfault
Immediately update the property-tree mirror when adding waypoints (i.e. using the "--flight-plan=..." startup option).
This commit is contained in:
parent
64fda03bd6
commit
4e9e35a0a2
1 changed files with 1 additions and 0 deletions
|
@ -399,6 +399,7 @@ void FGRouteMgr::postinit()
|
|||
|
||||
SG_LOG(SG_AUTOPILOT, SG_INFO, "loaded initial waypoints:" << _route.size());
|
||||
}
|
||||
update_mirror();
|
||||
|
||||
weightOnWheels = fgGetNode("/gear/gear[0]/wow", true);
|
||||
// check airbone flag agrees with presets
|
||||
|
|
Loading…
Reference in a new issue