From 4b160fe42c43ab62f6f0640842f1362542a29a04 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 24 Aug 2018 15:13:52 +0200 Subject: [PATCH] Fix wrong type --- src/blackmisc/simulation/interpolationlogger.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackmisc/simulation/interpolationlogger.h b/src/blackmisc/simulation/interpolationlogger.h index 7192245f3..bb760803b 100644 --- a/src/blackmisc/simulation/interpolationlogger.h +++ b/src/blackmisc/simulation/interpolationlogger.h @@ -34,7 +34,7 @@ namespace BlackMisc qint64 tsCurrent = -1; //!< current timestamp qint64 tsInterpolated = -1; //!< timestamp interpolated double groundFactor = -1; //!< current ground factor - double vtolAircraft = false; //!< VTOL aircraft + bool vtolAircraft = false; //!< VTOL aircraft double simTimeFraction = -1; //!< time fraction, expected 0..1 double deltaSampleTimesMs = -1; //!< delta time between samples (i.e. 2 situations) bool useParts = false; //!< supporting aircraft parts