diff --git a/projects/mtg/src/WCachedResource.cpp b/projects/mtg/src/WCachedResource.cpp index 401c7b925..cc7265884 100644 --- a/projects/mtg/src/WCachedResource.cpp +++ b/projects/mtg/src/WCachedResource.cpp @@ -320,14 +320,6 @@ bool WCachedTexture::Attempt(string filename, int submode, int & error) return false; } - //Failure of a different sort. - if (texture->mTexId == INVALID_MTEX) - { - SAFE_DELETE(texture); - error = CACHE_ERROR_BAD; - return false; - } - error = CACHE_ERROR_NONE; return true; }