line up aircraft orientation and velocity vector
This commit is contained in:
parent
6e2974ea57
commit
42b990ca1b
1 changed files with 2 additions and 2 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue