]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/Integrator.cpp
latest updates from JSBSim
[flightgear.git] / src / FDM / YASim / Integrator.cpp
index d3c220ef9790c53060da24649dafdbe79df6ced6..efb080c04f27d2f51bd957a0d627b02b25cc91dd 100644 (file)
@@ -36,7 +36,7 @@ State* Integrator::getState()
 // using the specified orientation.
 void Integrator::l2gVector(float* orient, float* v, float* out)
 {
-    Math::tmul33(_s.orient, v, out);
+    Math::tmul33(orient, v, out);
 }
 
 // Updates a position vector for a body c.g. motion with velocity v