It can't be turned off, so force the running flag to true to avoid an
uninitialization stupidity.
This commit is contained in:
parent
a3ba94c39e
commit
0bd25eb082
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ void TurbineEngine::integrate(float dt)
|
|||
|
||||
void TurbineEngine::calc(float pressure, float temp, float omega)
|
||||
{
|
||||
_running = true;
|
||||
_omega = omega;
|
||||
_rho = Atmosphere::calcStdDensity(pressure, temp);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue