mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +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
|
||||
const int updated = CRemoteAircraftAware::updateAircraftGroundElevation(callsign, plane, CAircraftSituation::FromProvider);
|
||||
if (updated < 1) { return; }
|
||||
Q_UNUSED(updated);
|
||||
emit this->receivedRequestedElevation(plane, callsign);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user