upgrade to BlurryGreyTextures V8

This commit is contained in:
Siana Gearz
2011-03-03 03:32:01 +01:00
parent 633b6d22f2
commit 58a0e3feee
4 changed files with 100 additions and 97 deletions

View File

@@ -598,8 +598,11 @@ bool LLAPRFile::remove(const std::string& filename)
if (s != APR_SUCCESS)
{
if (s != APR_ENOENT) // Not an issue if the file did not exist in the first place...
{
ll_apr_warn_status(s);
LL_WARNS("APR") << " Attempting to remove filename: " << filename << LL_ENDL;
}
return false;
}
return true;