mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Default calculation of distance/bearing for airports. Follow up of the discussion in slack/during T125
Summary: Default calculation of distance/bearing for airports. Reviewers: msutcliffe, rwinklmeier Reviewed By: msutcliffe, rwinklmeier Subscribers: jenkins Maniphest Tasks: T125 Differential Revision: https://dev.swift-project.org/D48
This commit is contained in:
committed by
Mathew Sutcliffe
parent
73556492fd
commit
2b3b173b76
@@ -198,6 +198,7 @@ namespace BlackCore
|
||||
bool showDebugLogMessage() const;
|
||||
|
||||
bool m_pausedSimFreezesInterpolation = false; //!< paused simulator will also pause interpolation (so AI aircraft will hold)
|
||||
bool m_autoCalcAirportDistance = true; //!< automatically calculate airport distance and bearing
|
||||
BlackMisc::Simulation::CAircraftModel m_defaultModel; //!< default model
|
||||
int m_statsUpdateAircraftCountMs = 0; //!< statistics update count
|
||||
qint64 m_statsUpdateAircraftTimeTotalMs = 0; //!< statistics update time
|
||||
|
||||
Reference in New Issue
Block a user