mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T372, style
This commit is contained in:
@@ -290,7 +290,7 @@ namespace BlackSimPlugin
|
||||
if (reference.isNull()) { return false; }
|
||||
const CSimConnectObject simObject = m_simConnectObjects.getOldestNotPendingProbe(); // probes round robin
|
||||
if (!simObject.isConfirmedAdded()) { return false; }
|
||||
m_simConnectObjects[simObject.getCallsign()].resetTimestampToNow(); // mark as just used
|
||||
m_simConnectObjects[simObject.getCallsign()].resetTimestampToNow(); // mark probe as just used
|
||||
|
||||
CCoordinateGeodetic pos(reference);
|
||||
pos.setGeodeticHeight(terrainProbeAltitude());
|
||||
|
||||
Reference in New Issue
Block a user