mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
TextureCacheBase: Remove a superfluous TODO (texture hashing takes care of that stuff)
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user