android recursive mutex fix, android file path resolver fix
This commit is contained in:
@@ -130,7 +130,7 @@ std::string Asset::absolute(const std::string& path)
|
||||
|
||||
bool Asset::is_asset(const std::string & path)
|
||||
{
|
||||
return path.find("data/") != std::string::npos;
|
||||
return path.substr(0, 5) == "data/";
|
||||
}
|
||||
|
||||
bool Asset::open(const char* path)
|
||||
|
||||
Reference in New Issue
Block a user