diff --git a/WFObj.cc b/WFObj.cc index 68b0ab6..546b743 100644 --- a/WFObj.cc +++ b/WFObj.cc @@ -587,7 +587,7 @@ void WFObj::WFMtl::renderBegin(const string & mtlname, bool doTextureInfo, if (m_obj->m_textureLoader != NULL) { FileLoader::Path path( - basePath(m_path.fullPath + stmts[i][1]), + basePath(m_path.fullPath) + stmts[i][1], stmts[i][1]); GLuint tex = m_obj->m_textureLoader->load(path, *m_obj->m_fileLoader);