mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 13:27:59 +03:00
Fixed stupid bug in getGlobalDataPath.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
b2b09320fc
commit
e0206edc44
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ boost::filesystem::path WindowsPath::getLocalPath() const
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
||||||
{
|
{
|
||||||
return getGlobalConfigPath();
|
return getGlobalPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getInstallPath() const
|
boost::filesystem::path WindowsPath::getInstallPath() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue