refs #863 Fixed a bug where a plane would only start rendering when it first starts moving.

This commit is contained in:
Mathew Sutcliffe
2017-02-07 00:38:59 +00:00
parent 04ddd3bfa5
commit 598733d521
3 changed files with 4 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ namespace BlackMisc
BlackMisc::Aviation::CAircraftSituationList m_aircraftSituations; //!< recent situations
BlackMisc::Aviation::CAircraftPartsList m_aircraftParts; //!< recent parts
BlackMisc::Aviation::CCallsign m_callsign; //!< callsign
bool m_isFirstInterpolation = true; //!< set to false after the first successful interpolation
//! Constructor
CInterpolator(const QString &objectName, const BlackMisc::Aviation::CCallsign &callsign, QObject *parent);