From 6544aca918817c00c276444905b30e97ff28e54f Mon Sep 17 00:00:00 2001 From: Iliyas Jorio Date: Sat, 21 Nov 2020 20:56:26 +0100 Subject: [PATCH] Add missing DamageRegion in CopyBits --- src/Graphics/Graphics.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Graphics/Graphics.cpp b/src/Graphics/Graphics.cpp index 0efeaab..1a02d23 100644 --- a/src/Graphics/Graphics.cpp +++ b/src/Graphics/Graphics.cpp @@ -557,6 +557,8 @@ void CopyBits( 4 * srcRectWidth ); } + + curPort->DamageRegion(*dstRect); } // ---------------------------------------------------------------------------- -