mirror of https://github.com/axmolengine/axmol.git
Fix a small compilation issue
This commit is contained in:
parent
ffd7c30c87
commit
5755cc69e9
|
@ -234,7 +234,7 @@ void Manifest::genResumeAssetsList(Downloader::DownloadUnits *units) const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<std::string> Manifest::getSearchPaths()
|
std::vector<std::string> Manifest::getSearchPaths() const
|
||||||
{
|
{
|
||||||
std::vector<std::string> searchPaths;
|
std::vector<std::string> searchPaths;
|
||||||
searchPaths.push_back(_manifestRoot);
|
searchPaths.push_back(_manifestRoot);
|
||||||
|
|
Loading…
Reference in New Issue