Wrong sense in the pilot acceleration coordinates (or maybe it's a panel
bug? I'm not sure what points where anymore).
This commit is contained in:
parent
df9069a224
commit
5faea1c494
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#include <simgear/misc/sg_path.hxx>
|
#include <simgear/misc/sg_path.hxx>
|
||||||
#include <simgear/debug/logstream.hxx>
|
#include <simgear/debug/logstream.hxx>
|
||||||
#include <simgear/xml/easyxml.hxx>
|
#include <simgear/xml/easyxml.hxx>
|
||||||
|
@ -386,7 +384,7 @@ void YASim::copyFromYASim()
|
||||||
_set_Accels_CG_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]);
|
_set_Accels_CG_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]);
|
||||||
|
|
||||||
_fdm->getAirplane()->getPilotAccel(v);
|
_fdm->getAirplane()->getPilotAccel(v);
|
||||||
_set_Accels_Pilot_Body(M2FT*v[0], -M2FT*v[1], -M2FT*v[2]);
|
_set_Accels_Pilot_Body(M2FT*v[0], M2FT*v[1], -M2FT*v[2]);
|
||||||
|
|
||||||
// The one appears (!) to want inverted pilot acceleration
|
// The one appears (!) to want inverted pilot acceleration
|
||||||
// numbers, in G's...
|
// numbers, in G's...
|
||||||
|
|
Loading…
Add table
Reference in a new issue