1
0
Fork 0

Adapt helipad shoulder to newconstruct changes

This commit is contained in:
Christian Schmitt 2012-09-16 22:27:58 +02:00
parent e367395813
commit cd0ee283c0

View file

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