diff options
| author | Jules Blok <jules.blok@gmail.com> | 2014-10-30 15:13:31 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2014-11-23 14:27:38 +0100 |
| commit | 4d9589b35f2629c558a9a7efdee3d66497fc0fc6 (patch) | |
| tree | 8c1a9184f632c8931e579591cef2a1f30345b1ba /Source/Core/VideoCommon/TextureCacheBase.cpp | |
| parent | 9b4185ffdf905f9e3234372fe6dc5131e90f6c93 (diff) | |
Cosmetics.
Diffstat (limited to 'Source/Core/VideoCommon/TextureCacheBase.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/TextureCacheBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/TextureCacheBase.cpp b/Source/Core/VideoCommon/TextureCacheBase.cpp index d4296cc2aa..4037a7470b 100644 --- a/Source/Core/VideoCommon/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/TextureCacheBase.cpp @@ -452,7 +452,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(unsigned int const stage, (entry->type == TCET_EC_DYNAMIC && entry->native_width == width && entry->native_height == height)) && - entry->num_layers == 1) + entry->num_layers == 1) { // reuse the texture } |
