Add missing DamageRegion in CopyBits

This commit is contained in:
Iliyas Jorio 2020-11-21 20:56:26 +01:00
parent 9a1cc38acd
commit 6544aca918
1 changed files with 2 additions and 0 deletions

View File

@ -557,6 +557,8 @@ void CopyBits(
4 * srcRectWidth
);
}
curPort->DamageRegion(*dstRect);
}
// ---------------------------------------------------------------------------- -