mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 11:56:33 +00:00
Fix getLocalPath for MacOS
This commit is contained in:
parent
323ee5f79d
commit
bee9716262
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ namespace Files
|
|||
|
||||
std::filesystem::path MacOsPath::getLocalPath() const
|
||||
{
|
||||
return std::filesystem::path("../Resources/");
|
||||
return getBinaryPath() / "../Resources";
|
||||
}
|
||||
|
||||
std::filesystem::path MacOsPath::getGlobalDataPath() const
|
||||
|
|
Loading…
Reference in a new issue