From 4d1face5407e7718f159b357a4da6bd0464df5d5 Mon Sep 17 00:00:00 2001 From: Tillmann Karras Date: Wed, 7 Jan 2015 21:48:59 +0100 Subject: Fix indentation --- Source/Core/VideoCommon/TextureCacheBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp') diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index a005da3754..76bd93e2ec 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -144,7 +144,7 @@ void TextureCache::Cleanup() while (iter != tcend) { if (frameCount > TEXTURE_KILL_THRESHOLD + iter->second->frameCount && - // EFB copies living on the host GPU are unrecoverable and thus shouldn't be deleted + // EFB copies living on the host GPU are unrecoverable and thus shouldn't be deleted !iter->second->IsEfbCopy()) { delete iter->second; -- cgit v1.2.3