Ref T681, fixed handling of CG from DB

* consider settings
* remember DB CG data correctly
This commit is contained in:
Klaus Basan
2019-08-28 22:59:45 +02:00
committed by Mat Sutcliffe
parent b43ab76007
commit 009719a7be
3 changed files with 23 additions and 7 deletions

View File

@@ -316,7 +316,7 @@ namespace BlackMisc
Aviation::CAircraftSituationList remoteAircraftSituationsAndChange(const CInterpolationAndRenderingSetupPerCallsign &setup);
//! Center of gravity, fetched from provider in case needed
PhysicalQuantities::CLength getAndFetchModelCG();
PhysicalQuantities::CLength getAndFetchModelCG(const PhysicalQuantities::CLength &dbCG);
//! Deferred init
void deferredInit();