mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Simulated driver, update rendered aircraft
This commit is contained in:
@@ -313,6 +313,7 @@ namespace BlackSimPlugin
|
||||
if (canLog()) { m_monitorWidget->appendReceivingCall(Q_FUNC_INFO, callsign.toQString()); }
|
||||
m_interpolators.remove(callsign);
|
||||
const int c = m_renderedAircraft.removeByCallsign(callsign);
|
||||
this->updateAircraftRendered(callsign, false); // in provider
|
||||
return c > 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user