summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-01-07 21:48:59 +0100
committerTillmann Karras <tilkax@gmail.com>2015-01-07 21:51:47 +0100
commit4d1face5407e7718f159b357a4da6bd0464df5d5 (patch)
treed0f4b89e7d7dec65d3bf5960e519137406cdb589 /Source/Core/VideoCommon/TextureCacheBase.cpp
parentc6e2449bff926b1e241b4b9bad8569136be5eba4 (diff)
Fix indentation
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
-rw-r--r--Source/Core/VideoCommon/TextureCacheBase.cpp2
1 files changed, 1 insertions, 1 deletions
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;