mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-20 02:58:31 -05:00
Remove the paths from the configuration dictionary to make it unnecessary to keep them synchronized with the filesystem
This commit is contained in:
+1
-1
Submodule ext/ghoul updated: d873c668d4...01bf202879
@@ -86,7 +86,9 @@ bool ConfigurationManager::loadFromFile(const std::string& filename) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Remove the Paths dictionary from the configuration manager as those paths might
|
||||
// change later and we don't want to be forced to keep our local copy up to date
|
||||
removeKey(keyPaths);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user