mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Cosmetics.
This commit is contained in:
parent
9b4185ffdf
commit
4d9589b35f
6 changed files with 14 additions and 10 deletions
|
@ -452,7 +452,7 @@ TextureCache::TCacheEntryBase* TextureCache::Load(unsigned int const stage,
|
|||
(entry->type == TCET_EC_DYNAMIC &&
|
||||
entry->native_width == width &&
|
||||
entry->native_height == height)) &&
|
||||
entry->num_layers == 1)
|
||||
entry->num_layers == 1)
|
||||
{
|
||||
// reuse the texture
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue