瀏覽代碼

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