This is the looping fix.
This commit is contained in:
parent
5e22f4b563
commit
b7079aef7a
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ void FGEngine::ConsumeFuel(void)
|
|||
}
|
||||
|
||||
// check if we were not able to burn all the fuel we needed to at this priority level
|
||||
if (FuelToBurn > 0.001) {
|
||||
if (FuelToBurn > 0.0) {
|
||||
CurrentPriority++;
|
||||
TanksWithFuel = 0;
|
||||
FeedList.clear();
|
||||
|
|
Loading…
Reference in a new issue