Commented out code setting view position offsets until we sort out
what is what.
This commit is contained in:
parent
7543409e47
commit
e78a4d3727
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue