mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Reactive cg/elevation check
This commit is contained in:
committed by
Mat Sutcliffe
parent
1b273a36dc
commit
2628d53927
@@ -740,7 +740,7 @@ namespace BlackSimPlugin
|
|||||||
const CLength cg = std::isnan(cgValue) ?
|
const CLength cg = std::isnan(cgValue) ?
|
||||||
CLength::null() :
|
CLength::null() :
|
||||||
CLength(cgValue, CLengthUnit::m(), CLengthUnit::ft());
|
CLength(cgValue, CLengthUnit::m(), CLengthUnit::ft());
|
||||||
//this->rememberElevationAndCG(cs, fgAircraft.getAircraftModelString(), elevation, cg);
|
this->rememberElevationAndCG(cs, fgAircraft.getAircraftModelString(), elevation, cg);
|
||||||
|
|
||||||
// loopback
|
// loopback
|
||||||
if (logCallsigns.contains(cs))
|
if (logCallsigns.contains(cs))
|
||||||
|
|||||||
Reference in New Issue
Block a user