Commit 7b1de5cf authored by hybrid's avatar hybrid

Fix .x texture paths.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2074 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 2f2e88d8
...@@ -449,6 +449,7 @@ bool CXMeshFileLoader::readFileIntoMemory(io::IReadFile* file) ...@@ -449,6 +449,7 @@ bool CXMeshFileLoader::readFileIntoMemory(io::IReadFile* file)
readUntilEndOfLine(); readUntilEndOfLine();
FilePath = FileSystem->getFileDir(file->getFileName()); FilePath = FileSystem->getFileDir(file->getFileName());
FilePath += '/';
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment