diff options
| author | NeoBrainX <NeoBrainX@googlemail.com> | 2013-02-25 12:42:52 +0000 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@googlemail.com> | 2013-02-25 12:42:52 +0000 |
| commit | 73a0bdd379672c4f218b92788002dbc39815fb85 (patch) | |
| tree | 1aad0f126af20d10ade774301a6b30ab6f5677f9 /Source/Core/VideoCommon/Src/TextureCacheBase.cpp | |
| parent | 1141af64f64b801fc1509bb9c1eff92436f340e6 (diff) | |
Build fixing.
Diffstat (limited to 'Source/Core/VideoCommon/Src/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/TextureCacheBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp index 46aaf79bd4..d261d9d6d2 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp @@ -133,7 +133,7 @@ void TextureCache::Cleanup() { // EFB copies living on the host GPU are unrecoverable and thus shouldn't be deleted // TODO: encoding the texture back to RAM here might be a good idea - if (g_ActiveConfig.bCopyEFBToTexture && entry->IsEfbCopy()) + if (g_ActiveConfig.bCopyEFBToTexture && iter->second->IsEfbCopy()) continue; delete iter->second; |
