Fix .x texture paths.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2074 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2009-01-14 18:01:51 +00:00
parent 2f2e88d8f4
commit 7b1de5cff5
1 changed files with 1 additions and 0 deletions

View File

@ -449,6 +449,7 @@ bool CXMeshFileLoader::readFileIntoMemory(io::IReadFile* file)
readUntilEndOfLine();
FilePath = FileSystem->getFileDir(file->getFileName());
FilePath += '/';
return true;
}