]> git.mxchange.org Git - flightgear.git/commitdiff
Commented out code setting view position offsets until we sort out
authordavid <david>
Thu, 4 Apr 2002 01:04:09 +0000 (01:04 +0000)
committerdavid <david>
Thu, 4 Apr 2002 01:04:09 +0000 (01:04 +0000)
what is what.

src/FDM/YASim/YASim.cxx

index 95e294640510bc9ec3989f843c75858d0b85b8e1..5c93abad359182e2da45bba6e42440139a3b4d53 100644 (file)
@@ -179,9 +179,9 @@ void YASim::init()
     // The pilot's eyepoint
     float pilot[3];
     a->getPilotPos(pilot);
-    fgSetFloat("/sim/view/pilot/x-offset-m", -pilot[0]);
-    fgSetFloat("/sim/view/pilot/y-offset-m", -pilot[1]);
-    fgSetFloat("/sim/view/pilot/z-offset-m", pilot[2]);
+//     fgSetFloat("/sim/view/pilot/x-offset-m", -pilot[0]);
+//     fgSetFloat("/sim/view/pilot/y-offset-m", -pilot[1]);
+//     fgSetFloat("/sim/view/pilot/z-offset-m", pilot[2]);
 
     // Blank the state, and copy in ours
     State s;