소스 검색

set the airport

Sven Czarnian 3 년 전
부모
커밋
b88d2aabda
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/PlugIn.cpp

+ 1 - 0
src/PlugIn.cpp

@@ -662,6 +662,7 @@ void PlugIn::OnTimer(int counter) {
 
     for (auto& airport : this->m_updateQueue) {
         aman::AircraftUpdate update;
+        update.set_airport(airport.first);
         bool inserted = false;
 
         for (auto target = this->RadarTargetSelectFirst(); true == target.IsValid(); target = this->RadarTargetSelectNext(target)) {