mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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…
x
Reference in New Issue
Block a user