Fix indentation

This commit is contained in:
Tillmann Karras 2015-01-07 21:48:59 +01:00
parent c6e2449bff
commit 4d1face540
7 changed files with 19 additions and 19 deletions

View file

@ -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;