mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T683, use slow updates in FS9 for thins not to be updated every cycle
This commit is contained in:
committed by
Mat Sutcliffe
parent
0360704b0b
commit
fa6101d02b
@@ -386,6 +386,9 @@ namespace BlackMisc
|
||||
//! Get model string
|
||||
const QString &getModelString() const { return m_models[CurrentModel].getModelString(); }
|
||||
|
||||
//! Get CG from model
|
||||
const PhysicalQuantities::CLength &getCG() const { return m_models[CurrentModel].getCG(); }
|
||||
|
||||
//! Set model string
|
||||
void setModelString(const QString &modelString);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user