1
0
Fork 0

Launcher can see install Airports/ data.

This commit is contained in:
James Turner 2016-08-19 12:12:02 +01:00
parent 324f266283
commit 1ca5ceb318

View file

@ -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()