Reactive cg/elevation check

This commit is contained in:
Lars Toenning
2019-03-02 11:21:53 +01:00
committed by Mat Sutcliffe
parent 1b273a36dc
commit 2628d53927

View File

@@ -740,7 +740,7 @@ namespace BlackSimPlugin
const CLength cg = std::isnan(cgValue) ?
CLength::null() :
CLength(cgValue, CLengthUnit::m(), CLengthUnit::ft());
//this->rememberElevationAndCG(cs, fgAircraft.getAircraftModelString(), elevation, cg);
this->rememberElevationAndCG(cs, fgAircraft.getAircraftModelString(), elevation, cg);
// loopback
if (logCallsigns.contains(cs))