Slightly tweak size of grass area surrounding airports.
This commit is contained in:
parent
d33d445cce
commit
b3e0d4b5f3
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ static void build_runway( const TGRunway& rwy_info,
|
|||
} else {
|
||||
base = gen_runway_area_w_extend( rwy_info, 0.0, 20.0, 20.0 );
|
||||
// also clear a safe area around the runway
|
||||
safe_base = gen_runway_area_w_extend( rwy_info, 0.0, 150.0, 60.0 );
|
||||
safe_base = gen_runway_area_w_extend( rwy_info, 0.0, 180.0, 50.0 );
|
||||
}
|
||||
*apt_clearing = polygon_union(safe_base, *apt_clearing);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue