mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Fix clearing of render targets. We were skipping every other one.
This commit is contained in:
parent
1d44d3baf5
commit
446d9279b1
@ -208,7 +208,7 @@ void TextureCache::ClearRenderTargets()
|
||||
if (iter->second->type == TCET_EC_VRAM)
|
||||
{
|
||||
delete iter->second;
|
||||
textures.erase(iter++);
|
||||
textures.erase(iter);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user