TextureCacheBase: Fix infinite loop in DoPartialTextureUpdates

This commit is contained in:
Stenzek 2019-03-20 20:05:51 +10:00
parent 54e09886d8
commit bf0b52efc6
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ TextureCacheBase::DoPartialTextureUpdates(TCacheEntry* entry_to_update, u8* pale
static_cast<u32>(dst_x) >= entry_to_update->native_width ||
static_cast<u32>(dst_y) >= entry_to_update->native_height)
{
++iter.first;
continue;
}