Fix a crash after reset.
This commit is contained in:
parent
cc607ae7e4
commit
f07771f3d5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void FDMShell::postinit()
|
|||
{
|
||||
_initialFdmProperties = new SGPropertyNode;
|
||||
|
||||
if (!copyProperties(_props->getNode("fdm"),
|
||||
if (!copyProperties(_props->getNode("fdm", true),
|
||||
_initialFdmProperties))
|
||||
{
|
||||
SG_LOG(SG_FLIGHT, SG_ALERT, "Failed to save initial FDM property state");
|
||||
|
|
Loading…
Add table
Reference in a new issue