mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix the problem in a different way
This commit is contained in:
parent
b6fcd337df
commit
6e317f00eb
4 changed files with 7 additions and 3 deletions
|
@ -80,7 +80,7 @@ boost::filesystem::path LinuxPath::getCachePath() const
|
|||
{
|
||||
userPath = boost::filesystem::path(theDir);
|
||||
}
|
||||
userPath /= "/.cache/openmw";
|
||||
userPath /= ".cache";
|
||||
|
||||
return userPath;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue