Launcher can see install Airports/ data.
This commit is contained in:
parent
324f266283
commit
1ca5ceb318
1 changed files with 4 additions and 0 deletions
|
@ -699,6 +699,10 @@ void QtLauncher::setSceneryPaths()
|
|||
globals->append_fg_scenery(terraSyncDir);
|
||||
}
|
||||
|
||||
// add the installation path since it contains default airport data,
|
||||
// if terrasync is disabled or on first-launch
|
||||
globals->append_fg_scenery(globals->get_fg_root() / "Scenery");
|
||||
|
||||
}
|
||||
|
||||
void QtLauncher::setInAppMode()
|
||||
|
|
Loading…
Add table
Reference in a new issue