Ref T268, also "signal" received elevation if not updated in provider

This commit is contained in:
Klaus Basan
2018-07-19 00:53:53 +02:00
parent ee04175a32
commit ada0e34738

View File

@@ -306,7 +306,7 @@ namespace BlackCore
ISimulationEnvironmentProvider::rememberGroundElevation(callsign, plane); // in simulator
const int updated = CRemoteAircraftAware::updateAircraftGroundElevation(callsign, plane, CAircraftSituation::FromProvider);
if (updated < 1) { return; }
Q_UNUSED(updated);
emit this->receivedRequestedElevation(plane, callsign);
}