TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of that stuff)

This commit is contained in:
NeoBrainX 2012-02-04 13:01:52 +01:00
parent eb01a110c9
commit 439613b833
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(unsigned int stage,
tex_hash ^= tlut_hash; tex_hash ^= tlut_hash;
} }
TCacheEntryBase *entry = textures[texID]; // TODO: Should use a different texID for preloaded textures! TCacheEntryBase *entry = textures[texID];
if (entry) if (entry)
{ {
// 1. Calculate reference hash: // 1. Calculate reference hash: