Patch from Melchior Franz:
The new dt/multiloop method requires new damping parameters.
This commit is contained in:
parent
1a4b6a37a3
commit
25450e040a
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@
|
|||
|
||||
#include "UFO.hxx"
|
||||
|
||||
const double throttle_damp = 0.05;
|
||||
const double aileron_damp = 0.01;
|
||||
const double elevator_damp = 0.01;
|
||||
const double throttle_damp = 0.2;
|
||||
const double aileron_damp = 0.05;
|
||||
const double elevator_damp = 0.05;
|
||||
|
||||
FGUFO::FGUFO( double dt )
|
||||
: Throttle(0.0),
|
||||
|
|
Loading…
Add table
Reference in a new issue