mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
fix: clang
This commit is contained in:
@@ -408,7 +408,8 @@ namespace swift::misc::simulation::data
|
|||||||
CData<TModelSetCacheP3D> m_modelCacheP3D { this, &CModelSetCaches::changedP3D }; //!< P3D cache
|
CData<TModelSetCacheP3D> m_modelCacheP3D { this, &CModelSetCaches::changedP3D }; //!< P3D cache
|
||||||
CData<TModelSetCacheXP> m_modelCacheXP { this, &CModelSetCaches::changedXP }; //!< XP cache
|
CData<TModelSetCacheXP> m_modelCacheXP { this, &CModelSetCaches::changedXP }; //!< XP cache
|
||||||
CData<TModelSetCacheFG> m_modelCacheFG { this, &CModelSetCaches::changedFG }; //!< FG cache
|
CData<TModelSetCacheFG> m_modelCacheFG { this, &CModelSetCaches::changedFG }; //!< FG cache
|
||||||
CData<TModelSetCacheMsfs2020> m_modelCacheMsfs2020 { this, &CModelSetCaches::changedMsfs2020 }; //!< MSFS2020 cache
|
CData<TModelSetCacheMsfs2020> m_modelCacheMsfs2020 { this,
|
||||||
|
&CModelSetCaches::changedMsfs2020 }; //!< MSFS2020 cache
|
||||||
CData<TModelSetCacheMsfs2024> m_modelCacheMsfs2024 { this,
|
CData<TModelSetCacheMsfs2024> m_modelCacheMsfs2024 { this,
|
||||||
&CModelSetCaches::changedMsfs2024 }; //!< MSFS2024 cache
|
&CModelSetCaches::changedMsfs2024 }; //!< MSFS2024 cache
|
||||||
|
|
||||||
|
|||||||
@@ -743,7 +743,8 @@ namespace swift::simplugin::msfs2024common
|
|||||||
m_useSbOffsets = settings.isSbOffsetsEnabled();
|
m_useSbOffsets = settings.isSbOffsetsEnabled();
|
||||||
if (this->getSimulatorPluginInfo().getSimulatorInfo().isMSFS2024())
|
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();
|
HRESULT hr = s_ok();
|
||||||
|
|||||||
Reference in New Issue
Block a user