mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T243, Ref T273, added info about elevation (where did we obtain it?)
This commit is contained in:
@@ -238,7 +238,7 @@ namespace BlackMisc
|
||||
{
|
||||
if (m_s[i].hasGroundElevation()) { continue; } // do not override existing values
|
||||
const CElevationPlane plane = this->findClosestElevationWithinRange(m_s[i], CElevationPlane::singlePointRadius());
|
||||
const bool u = m_s[i].setGroundElevationChecked(plane);
|
||||
const bool u = m_s[i].setGroundElevationChecked(plane, CAircraftSituation::FromCache);
|
||||
updated |= u;
|
||||
}
|
||||
return updated;
|
||||
|
||||
Reference in New Issue
Block a user