]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/fdm_shell.cxx
Merge branch 'next' of http://git.gitorious.org/fg/flightgear into next
[flightgear.git] / src / FDM / fdm_shell.cxx
index 5fa77d89518cb488ecb3c1a492f6ea7700ffaed0..8055bce5a1624a9c524fd646fd2c275f91a2c052 100644 (file)
@@ -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()