mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T669, also interpolation Ref T668, remove last sent values if aircraft is removed
This commit is contained in:
committed by
Mat Sutcliffe
parent
f1ff410e64
commit
a86e98ca3a
@@ -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