]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/YASim/YASim.hxx
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / YASim / YASim.hxx
index 86e9e36b356174c90d9c0454b0fc22afcd3ce749..2e8f77732c5ccebeac71159d89583047507a3415 100644 (file)
@@ -25,6 +25,7 @@ public:
 
     yasim::FGFDM* _fdm;
     float _dt;
+    double _simTime;
     enum {
         NED,
         UVW,