summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/TextureCacheBase.cpp
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2014-10-30 15:13:31 +0100
committerJules Blok <jules.blok@gmail.com>2014-11-23 14:27:38 +0100
commit4d9589b35f2629c558a9a7efdee3d66497fc0fc6 (patch)
tree8c1a9184f632c8931e579591cef2a1f30345b1ba /Source/Core/VideoCommon/TextureCacheBase.cpp
parent9b4185ffdf905f9e3234372fe6dc5131e90f6c93 (diff)
Cosmetics.
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 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
}