]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/fdm_shell.cxx
Improve timing statistics
[flightgear.git] / src / FDM / fdm_shell.cxx
index 401483e4b5ce26b26f881af1e77b30bc8bd7e391..5fa77d89518cb488ecb3c1a492f6ea7700ffaed0 100644 (file)
@@ -94,9 +94,9 @@ void FDMShell::bind()
     if (_impl->get_bound()) {
       throw sg_exception("FDMShell::bind of bound FGInterface impl");
     }
-    _tankProperties.bind();
     _impl->bind();
   }
+  _tankProperties.bind();
 }
 
 void FDMShell::unbind()