mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-01 17:15:34 +00:00
try to set relative path to resources
This commit is contained in:
parent
4346e3b4d0
commit
8b94e31062
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void OMW::Engine::addArchive (const std::string& archive) {
|
||||||
// Set resource dir
|
// Set resource dir
|
||||||
void OMW::Engine::setResourceDir (const boost::filesystem::path& parResDir)
|
void OMW::Engine::setResourceDir (const boost::filesystem::path& parResDir)
|
||||||
{
|
{
|
||||||
mResDir = boost::filesystem::system_complete(parResDir);
|
mResDir = parResDir;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set start cell name (only interiors for now)
|
// Set start cell name (only interiors for now)
|
||||||
|
|
Loading…
Reference in a new issue