Patch from Melchior Franz:
the parking_brake state is requested in saveInitialState before it is first set
This commit is contained in:
parent
1e73f62481
commit
830e274238
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ FGControls::init ()
|
|||
brake[wheel] = 0.0;
|
||||
}
|
||||
|
||||
parking_brake = 0.0;
|
||||
auto_coordination = fgGetNode("/sim/auto-coordination", true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue