mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Situation change fix, typo
This commit is contained in:
@@ -311,7 +311,7 @@ namespace BlackMisc
|
||||
do
|
||||
{
|
||||
if (this->isConstOnGround()) { this->setSceneryDeviation(m_gndDistMean, cg, AllOnGround); break; }
|
||||
if (this->isConstOnGround()) { this->setSceneryDeviation(m_gndDistMean, cg, WasOnGround); break; }
|
||||
if (this->wasConstNotOnGround()) { this->setSceneryDeviation(m_gndDistMean, cg, WasOnGround); break; }
|
||||
if (!m_altStdDev.isNull() && m_altStdDev <= maxDeviation)
|
||||
{
|
||||
// small alt.deviation too!
|
||||
|
||||
Reference in New Issue
Block a user