mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Formatting and minor tweaks/renamings
This commit is contained in:
committed by
Roland Winklmeier
parent
6d105b9665
commit
7aef1dcbbc
@@ -535,7 +535,7 @@ namespace BlackMisc
|
||||
return false;
|
||||
}
|
||||
|
||||
const CLength &CAircraftSituation::getGroundElevationDistance() const
|
||||
const CLength &CAircraftSituation::getGroundElevationRadius() const
|
||||
{
|
||||
if (!this->hasGroundElevation()) { return CLength::null(); }
|
||||
return m_groundElevationPlane.getRadius();
|
||||
|
||||
Reference in New Issue
Block a user