mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Increase visibility layer default value to 100 km
This commit is contained in:
committed by
Klaus Basan
parent
e8b57f8bef
commit
76571f3039
@@ -79,7 +79,7 @@ namespace BlackMisc
|
||||
private:
|
||||
BlackMisc::Aviation::CAltitude m_base;
|
||||
BlackMisc::Aviation::CAltitude m_top;
|
||||
PhysicalQuantities::CLength m_visibility { 10, PhysicalQuantities::CLengthUnit::km() };
|
||||
PhysicalQuantities::CLength m_visibility { 100 , PhysicalQuantities::CLengthUnit::km() };
|
||||
|
||||
BLACK_METACLASS(
|
||||
CVisibilityLayer,
|
||||
|
||||
Reference in New Issue
Block a user