Pārlūkot izejas kodu

initialize the complete inbound after the creation

Sven Czarnian 3 gadi atpakaļ
vecāks
revīzija
4e635514f1
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/types/Inbound.cpp

+ 1 - 0
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<aman::WindData>& wind) {