1
0
Fork 0

Oops again -- forgot that the solver needs fuel too. :)

This commit is contained in:
andy 2005-11-11 18:02:16 +00:00
parent 0df186e62f
commit dddbc2e74c

View file

@ -35,6 +35,7 @@ void TurbineEngine::setOutputFromN2()
void TurbineEngine::stabilize()
{
_fuel = true;
_n2 = _n2Target;
setOutputFromN2();
}