mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Ref T669, also interpolation Ref T668, remove last sent values if aircraft is removed
This commit is contained in:
@@ -316,6 +316,7 @@ namespace BlackSimPlugin
|
||||
m_interpolators.remove(callsign);
|
||||
const int c = m_renderedAircraft.removeByCallsign(callsign);
|
||||
this->updateAircraftRendered(callsign, false); // in provider
|
||||
CSimulatorPluginCommon::physicallyRemoveRemoteAircraft(callsign);
|
||||
return c > 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user