Adapt helipad shoulder to newconstruct changes
This commit is contained in:
parent
e367395813
commit
cd0ee283c0
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ void Airport::BuildBtg(const string& root, const string_list& elev_src )
|
|||
{
|
||||
slivers.clear();
|
||||
|
||||
if (boundary)
|
||||
if (boundary.size())
|
||||
{
|
||||
helipads[i]->BuildShoulder( &rwy_polys, &rwy_tps, &accum, slivers, NULL, NULL );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue