Oops again -- forgot that the solver needs fuel too. :)
This commit is contained in:
parent
0df186e62f
commit
dddbc2e74c
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ void TurbineEngine::setOutputFromN2()
|
|||
|
||||
void TurbineEngine::stabilize()
|
||||
{
|
||||
_fuel = true;
|
||||
_n2 = _n2Target;
|
||||
setOutputFromN2();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue