mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
refs #796, allow to toggle full interpolation
* add setup class, metadata registration, property index ... * removed enableDebugMessages, added setInterpolatorSetup * adjusted contexts * used in interolator
This commit is contained in:
@@ -88,14 +88,5 @@ namespace BlackSimPlugin
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void CSimulatorFsCommon::enableDebugMessages(bool driver, bool interpolator)
|
||||
{
|
||||
if (this->m_interpolator)
|
||||
{
|
||||
this->m_interpolator->enableDebugMessages(interpolator);
|
||||
}
|
||||
CSimulatorCommon::enableDebugMessages(driver, interpolator);
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user