Removed C++14 digit separator as it confuses doxygen.

See https://bugzilla.gnome.org/show_bug.cgi?id=786382
This commit is contained in:
Mathew Sutcliffe
2017-08-16 13:23:14 +01:00
parent 1888367e95
commit 2387edb5a0

View File

@@ -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 });
}