mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +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);
|
||||
}
|
||||
}
|
||||
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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user