mirror of https://github.com/axmolengine/axmol.git
Updated CCFileUtils of linux.
This commit is contained in:
parent
af1eb5fa87
commit
be6c0c9d9b
|
@ -194,7 +194,7 @@ void CCFileUtils::setResourceDirectory(const char* pszResourceDirectory)
|
|||
{
|
||||
m_obDirectory.append("/");
|
||||
}
|
||||
m_pSearchPathArray->insertObject(CCString::create(m_obDirectory.c_str()), 0);
|
||||
m_searchPathArray.insert(m_searchPathArray.begin(), m_obDirectory);
|
||||
}
|
||||
|
||||
string CCFileUtils::getWriteablePath()
|
||||
|
|
Loading…
Reference in New Issue