1
0
Fork 0

This is the looping fix.

This commit is contained in:
ehofman 2009-10-15 13:36:52 +00:00 committed by Tim Moore
parent 5e22f4b563
commit b7079aef7a

View file

@ -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();