mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 02:09:41 +00:00
Quick build fix for windows
This commit is contained in:
parent
f1be4656ec
commit
b50151cb38
1 changed files with 2 additions and 2 deletions
|
@ -69,12 +69,12 @@ boost::filesystem::path WindowsPath::getLocalPath() const
|
|||
|
||||
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
||||
{
|
||||
return getGlobalPath();
|
||||
return getGlobalConfigPath();
|
||||
}
|
||||
|
||||
boost::filesystem::path WindowsPath::getCachePath() const
|
||||
{
|
||||
return getUserPath() / "cache";
|
||||
return getUserConfigPath() / "cache";
|
||||
}
|
||||
|
||||
boost::filesystem::path WindowsPath::getInstallPath() const
|
||||
|
|
Loading…
Reference in a new issue