mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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
@@ -199,7 +199,7 @@ namespace BlackSimPlugin
|
||||
m_hashFs9Clients.remove(callsign);
|
||||
updateAircraftRendered(callsign, false);
|
||||
CLogMessage(this).info(u"FS9: Removed aircraft %1") << callsign.toQString();
|
||||
return true;
|
||||
return CSimulatorFsCommon::physicallyRemoveRemoteAircraft(callsign);
|
||||
}
|
||||
|
||||
int CSimulatorFs9::physicallyRemoveAllRemoteAircraft()
|
||||
|
||||
Reference in New Issue
Block a user