mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 07:35:53 +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()); }
|
if (canLog()) { m_monitorWidget->appendReceivingCall(Q_FUNC_INFO, callsign.toQString()); }
|
||||||
m_interpolators.remove(callsign);
|
m_interpolators.remove(callsign);
|
||||||
const int c = m_renderedAircraft.removeByCallsign(callsign);
|
const int c = m_renderedAircraft.removeByCallsign(callsign);
|
||||||
|
this->updateAircraftRendered(callsign, false); // in provider
|
||||||
return c > 0;
|
return c > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user