X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2Ffdm_shell.cxx;h=8055bce5a1624a9c524fd646fd2c275f91a2c052;hb=06bd56a8e8525048ae80348243cf3960370091bf;hp=5fa77d89518cb488ecb3c1a492f6ea7700ffaed0;hpb=0114fd962e7450b080e580fe67414ca43cd99bd7;p=flightgear.git diff --git a/src/FDM/fdm_shell.cxx b/src/FDM/fdm_shell.cxx index 5fa77d895..8055bce5a 100644 --- a/src/FDM/fdm_shell.cxx +++ b/src/FDM/fdm_shell.cxx @@ -90,13 +90,13 @@ void FDMShell::reinit() void FDMShell::bind() { + _tankProperties.bind(); if (_impl && _impl->get_inited()) { if (_impl->get_bound()) { throw sg_exception("FDMShell::bind of bound FGInterface impl"); } _impl->bind(); } - _tankProperties.bind(); } void FDMShell::unbind()