mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Fixed pitch in interpolation setup
This commit is contained in:
@@ -271,6 +271,7 @@ namespace BlackMisc
|
||||
m_sendGndToSim = baseValues.isSendingGndFlagToSimulator();
|
||||
m_fixSceneryOffset = baseValues.isFixingSceneryOffset();
|
||||
m_interpolatorMode = baseValues.getInterpolatorMode();
|
||||
m_pitchOnGround = baseValues.getPitchOnGround();
|
||||
}
|
||||
|
||||
QString CInterpolationAndRenderingSetupGlobal::convertToQString(bool i18n) const
|
||||
|
||||
@@ -219,6 +219,7 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(enabledAircraftParts),
|
||||
BLACK_METAMEMBER(fixSceneryOffset),
|
||||
BLACK_METAMEMBER(interpolatorMode),
|
||||
BLACK_METAMEMBER(pitchOnGround),
|
||||
BLACK_METAMEMBER(maxRenderedAircraft),
|
||||
BLACK_METAMEMBER(maxRenderedDistance)
|
||||
);
|
||||
@@ -277,7 +278,8 @@ namespace BlackMisc
|
||||
BLACK_METAMEMBER(sendGndToSim),
|
||||
BLACK_METAMEMBER(enabledAircraftParts),
|
||||
BLACK_METAMEMBER(fixSceneryOffset),
|
||||
BLACK_METAMEMBER(interpolatorMode)
|
||||
BLACK_METAMEMBER(interpolatorMode),
|
||||
BLACK_METAMEMBER(pitchOnGround)
|
||||
);
|
||||
};
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user