mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #916, interpolator mode for FS9
This commit is contained in:
committed by
Mathew Sutcliffe
parent
0fb96206c5
commit
e2849f171e
@@ -286,6 +286,14 @@ namespace BlackSimPlugin
|
||||
this->displayStatusMessage(message.asStatusMessage(true, true));
|
||||
}
|
||||
|
||||
bool CSimulatorFs9::setInterpolatorMode(CInterpolatorMulti::Mode mode, const CCallsign &callsign)
|
||||
{
|
||||
//! \todo (added by KWB 3/17) interpolator mode for FS9 needs implementation
|
||||
Q_UNUSED(mode);
|
||||
Q_UNUSED(callsign);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CSimulatorFs9::isPhysicallyRenderedAircraft(const CCallsign &callsign) const
|
||||
{
|
||||
return m_hashFs9Clients.contains(callsign);
|
||||
|
||||
Reference in New Issue
Block a user