mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-28 21:11:34 +00:00
Merge branch 'these-are-the-datas-youre-looking-for' into 'master'
Add game-independent VFS directory to CS' VFS See merge request OpenMW/openmw!3683
This commit is contained in:
commit
f80bbd4e39
1 changed files with 2 additions and 0 deletions
|
@ -200,6 +200,8 @@ std::pair<Files::PathContainer, std::vector<std::string>> CS::Editor::readConfig
|
|||
|
||||
dataDirs.insert(dataDirs.end(), dataLocal.begin(), dataLocal.end());
|
||||
|
||||
dataDirs.insert(dataDirs.begin(), mResources / "vfs");
|
||||
|
||||
// iterate the data directories and add them to the file dialog for loading
|
||||
mFileDialog.addFiles(dataDirs);
|
||||
|
||||
|
|
Loading…
Reference in a new issue