From 4e635514f1d4c8dd1accdde020fe767e500b99c9 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Thu, 23 Dec 2021 17:50:35 +0100 Subject: [PATCH] initialize the complete inbound after the creation --- src/types/Inbound.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/Inbound.cpp b/src/types/Inbound.cpp index f992d6f..52593e4 100644 --- a/src/types/Inbound.cpp +++ b/src/types/Inbound.cpp @@ -42,6 +42,7 @@ Inbound::Inbound(EuroScopePlugIn::CRadarTarget& target, const aman::AircraftSche m_resetFilter(true) { this->createWindTables(wind); this->updatePrediction(target, inbound); + this->update(target); } void Inbound::createWindTables(const google::protobuf::RepeatedPtrField& wind) {