Minor adjustments in interpolation setup

* scenery offset fix default is off
* renamings
This commit is contained in:
Klaus Basan
2019-02-21 18:56:13 +01:00
committed by Mat Sutcliffe
parent ec1dde412d
commit 9745bafd4e
4 changed files with 14 additions and 8 deletions

View File

@@ -24,7 +24,8 @@ namespace BlackMisc
{
CInterpolationAndRenderingSetupBase::CInterpolationAndRenderingSetupBase()
{
m_fixSceneryOffset = CBuildConfig::isLocalDeveloperDebugBuild();
// Experimental
// m_fixSceneryOffset = CBuildConfig::isLocalDeveloperDebugBuild();
}
bool CInterpolationAndRenderingSetupBase::setSendingGndFlagToSimulator(bool sendFLag)