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) {