Этот коммит содержится в:
Sven Czarnian
2021-12-09 10:27:40 +01:00
родитель 076109be41
Коммит b88d2aabda

Просмотреть файл

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