TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of that stuff)
This commit is contained in:
parent
eb01a110c9
commit
439613b833
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue