From e78a4d3727850c8bf9561b756fbc40b85ec72e40 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 4 Apr 2002 01:04:09 +0000 Subject: [PATCH] Commented out code setting view position offsets until we sort out what is what. --- src/FDM/YASim/YASim.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/FDM/YASim/YASim.cxx b/src/FDM/YASim/YASim.cxx index 95e294640..5c93abad3 100644 --- a/src/FDM/YASim/YASim.cxx +++ b/src/FDM/YASim/YASim.cxx @@ -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; -- 2.39.5