mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 21:45:34 +08:00
Ref T681, fixed handling of CG from DB
* consider settings * remember DB CG data correctly
This commit is contained in:
committed by
Mat Sutcliffe
parent
b43ab76007
commit
009719a7be
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user