VTC tiling - fix source offset increment.

This commit is contained in:
pauls-gh 2018-03-22 15:21:00 -07:00 committed by kd-11
parent e5b4710471
commit d79a544320

View file

@ -88,7 +88,7 @@ struct copy_unmodified_block_vtc
// Last plane in the group of 4?
if (d && ((d & 3) == 0))
{
src_offset += row_element_count;
src_offset += row_element_count - 4;
}
else
{