Skip to content
Permalink
Browse files
Merge pull request #7914 from stenzek/partial-update-infinite-loop
TextureCacheBase: Fix infinite loop in DoPartialTextureUpdates
  • Loading branch information
Tilka committed Mar 21, 2019
2 parents b016417 + bf0b52e commit 87cf94e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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;
}

0 comments on commit 87cf94e

Please sign in to comment.