소스 검색

initialize the complete inbound after the creation

Sven Czarnian 3 년 전
부모
커밋
4e635514f1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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) {