diff options
| author | NeoBrainX <NeoBrainX@gmail.com> | 2012-02-04 13:01:52 +0100 |
|---|---|---|
| committer | NeoBrainX <NeoBrainX@gmail.com> | 2012-02-04 13:01:52 +0100 |
| commit | 439613b83352d59ebaff25d35151e25f616804b4 (patch) | |
| tree | 836c149bb45f984e35f9808b539054528e98f2ec /Source/Core/VideoCommon/Src/TextureCacheBase.cpp | |
| parent | eb01a110c9573ae0e822eefd3cc8c58d92774588 (diff) | |
TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of that stuff)
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 7873d1474e..cc14499330 100644 --- a/Source/Core/VideoCommon/Src/TextureCacheBase.cpp +++ b/Source/Core/VideoCommon/Src/TextureCacheBase.cpp @@ -227,7 +227,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(unsigned int stage, tex_hash ^= tlut_hash; } - TCacheEntryBase *entry = textures[texID]; // TODO: Should use a different texID for preloaded textures! + TCacheEntryBase *entry = textures[texID]; if (entry) { // 1. Calculate reference hash: |
