mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Ref T268, also "signal" received elevation if not updated in provider
This commit is contained in:
@@ -306,7 +306,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
ISimulationEnvironmentProvider::rememberGroundElevation(callsign, plane); // in simulator
|
ISimulationEnvironmentProvider::rememberGroundElevation(callsign, plane); // in simulator
|
||||||
const int updated = CRemoteAircraftAware::updateAircraftGroundElevation(callsign, plane, CAircraftSituation::FromProvider);
|
const int updated = CRemoteAircraftAware::updateAircraftGroundElevation(callsign, plane, CAircraftSituation::FromProvider);
|
||||||
if (updated < 1) { return; }
|
Q_UNUSED(updated);
|
||||||
emit this->receivedRequestedElevation(plane, callsign);
|
emit this->receivedRequestedElevation(plane, callsign);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user