mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
[FSD] Avoid that all matchings are triggered "at the same time"
* the signal from CAirspaceMonitor is connected internally * this signal is closely related to receive the FSD ICAO data * and then it is emitted from the context again but staggered
This commit is contained in:
committed by
Mat Sutcliffe
parent
0fd1e34d03
commit
59c6a7ad93
@@ -711,6 +711,8 @@ namespace BlackCore
|
||||
emit this->aircraftRenderingChanged(brokenAircraft);
|
||||
return;
|
||||
}
|
||||
|
||||
// here the model is added to the simulator
|
||||
m_simulatorPlugin.second->logicallyAddRemoteAircraft(aircraftAfterModelApplied);
|
||||
CLogUtilities::addLogDetailsToList(pMatchingMessages, callsign, QStringLiteral("Logically added remote aircraft: %1").arg(aircraftAfterModelApplied.toQString()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user