diff --git a/src/misc/simulation/data/modelcaches.h b/src/misc/simulation/data/modelcaches.h index 9b9935b82..e18ae6248 100644 --- a/src/misc/simulation/data/modelcaches.h +++ b/src/misc/simulation/data/modelcaches.h @@ -408,7 +408,8 @@ namespace swift::misc::simulation::data CData m_modelCacheP3D { this, &CModelSetCaches::changedP3D }; //!< P3D cache CData m_modelCacheXP { this, &CModelSetCaches::changedXP }; //!< XP cache CData m_modelCacheFG { this, &CModelSetCaches::changedFG }; //!< FG cache - CData m_modelCacheMsfs2020 { this, &CModelSetCaches::changedMsfs2020 }; //!< MSFS2020 cache + CData m_modelCacheMsfs2020 { this, + &CModelSetCaches::changedMsfs2020 }; //!< MSFS2020 cache CData m_modelCacheMsfs2024 { this, &CModelSetCaches::changedMsfs2024 }; //!< MSFS2024 cache diff --git a/src/plugins/simulator/msfs2024/simulatormsfs2024common.cpp b/src/plugins/simulator/msfs2024/simulatormsfs2024common.cpp index a4bf66b1a..a35b1e16f 100644 --- a/src/plugins/simulator/msfs2024/simulatormsfs2024common.cpp +++ b/src/plugins/simulator/msfs2024/simulatormsfs2024common.cpp @@ -743,7 +743,8 @@ namespace swift::simplugin::msfs2024common m_useSbOffsets = settings.isSbOffsetsEnabled(); if (this->getSimulatorPluginInfo().getSimulatorInfo().isMSFS2024()) { - m_useSbOffsets = false; // Always disable SbOffsets for MSFS2024. Using new transponder mode property directly + m_useSbOffsets = + false; // Always disable SbOffsets for MSFS2024. Using new transponder mode property directly } HRESULT hr = s_ok();