mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
8e89488bae
commit
fe1e976093
@@ -363,7 +363,7 @@ namespace BlackCore
|
||||
void ISimulator::callbackReceivedRequestedElevation(const CElevationPlane &plane, const CCallsign &callsign)
|
||||
{
|
||||
if (this->isShuttingDown()) { return; }
|
||||
if (plane.isNull()) { return; }
|
||||
if (plane.isNull()) { return; } // this happens if requested for a coordinate where scenery is not available-
|
||||
|
||||
// Update in remote aircraft for given callsign
|
||||
bool updatedForOnGroundPosition = false;
|
||||
|
||||
Reference in New Issue
Block a user