1
0
Fork 0

line up aircraft orientation and velocity vector

This commit is contained in:
ehofman 2009-10-22 11:51:15 +00:00 committed by Tim Moore
parent 6e2974ea57
commit 42b990ca1b

View file

@ -133,8 +133,8 @@ FGAircraftModel::update (double dt)
_fx->set_orientation( orient );
_velocity = SGVec3d( -_speed_n->getDoubleValue(),
-_speed_e->getDoubleValue(),
-_speed_d->getDoubleValue());
_speed_e->getDoubleValue(),
_speed_d->getDoubleValue());
_fx->set_velocity( _velocity );
}