Remove spurious semi-colon
This commit is contained in:
parent
8d85732a7d
commit
7b20e6caa4
1 changed files with 2 additions and 2 deletions
|
@ -232,7 +232,7 @@ void FGRidgeLift::Run(double dt) {
|
||||||
for (int i = 0; i <= 4; i++)
|
for (int i = 0; i <= 4; i++)
|
||||||
{
|
{
|
||||||
if (globals->get_scenery()->get_elevation_m(SGGeod::fromGeodM(
|
if (globals->get_scenery()->get_elevation_m(SGGeod::fromGeodM(
|
||||||
SGGeod::fromRad(probe_lon_rad[i],probe_lat_rad[i]), 20000), alt, 0));
|
SGGeod::fromRad(probe_lon_rad[i],probe_lat_rad[i]), 20000), alt, 0))
|
||||||
{
|
{
|
||||||
probe_elev_m[i] = alt;
|
probe_elev_m[i] = alt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue