mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Removed C++14 digit separator as it confuses doxygen.
See https://bugzilla.gnome.org/show_bug.cgi?id=786382
This commit is contained in:
@@ -552,7 +552,7 @@ namespace BlackSimPlugin
|
|||||||
parts.setGearDown(true);
|
parts.setGearDown(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (situation.getAltitude() < CAltitude(10'000, CLengthUnit::ft()))
|
if (situation.getAltitude() < CAltitude(10000, CLengthUnit::ft()))
|
||||||
{
|
{
|
||||||
parts.setLights({ true, true, true, true, true, true, true, true });
|
parts.setLights({ true, true, true, true, true, true, true, true });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user