mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T171, typo and formatting for interpolation logger/multi
This commit is contained in:
@@ -246,7 +246,7 @@ namespace BlackSimPlugin
|
||||
|
||||
bool CSimulatorFsxCommon::setInterpolatorMode(CInterpolatorMulti::Mode mode, const CCallsign &callsign)
|
||||
{
|
||||
if (mode == CInterpolatorMulti::ModeUnkown) { return false; }
|
||||
if (mode == CInterpolatorMulti::ModeUnknown) { return false; }
|
||||
if (callsign.isEmpty())
|
||||
{
|
||||
const int c = m_simConnectObjects.setInterpolatorModes(mode);
|
||||
|
||||
Reference in New Issue
Block a user