diff --git a/plugins/GSdx/GSTextureCache.cpp b/plugins/GSdx/GSTextureCache.cpp index d09c502c83..a4e2b27c56 100644 --- a/plugins/GSdx/GSTextureCache.cpp +++ b/plugins/GSdx/GSTextureCache.cpp @@ -175,7 +175,7 @@ GSTextureCache::Source* GSTextureCache::LookupDepthSource(const GIFRegTEX0& TEX0 throw GSDXRecoverableError(); //ASSERT(0); - return LookupSource(TEX0, TEXA, r); + //return LookupSource(TEX0, TEXA, r); } return src;