Better do not try to use btg.gz files as polygon source
This commit is contained in:
parent
1c47d095b7
commit
a7054d72b3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ static int actual_load_polys( const SGPath& dir,
|
|||
|
||||
BOOST_FOREACH(const SGPath& p, d.children(simgear::Dir::TYPE_FILE)) {
|
||||
string lext = p.complete_lower_extension();
|
||||
if ((lext == "arr") || (lext == "arr.gz") ||
|
||||
if ((lext == "arr") || (lext == "arr.gz") || (lext == "btg.gz") ||
|
||||
(lext == "fit") || (lext == "fit.gz") || (lext == "ind"))
|
||||
{
|
||||
// skipped!
|
||||
|
|
Loading…
Reference in a new issue