From 277cd4a8bad85d78f2b0d187f840a6f8dbef30df Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Mon, 22 Jun 2020 17:20:28 +0000 Subject: Add WaitBlit() after BltBitMap* --- Zoom.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Zoom.c') diff --git a/Zoom.c b/Zoom.c index eb0d9fc..cb4760b 100644 --- a/Zoom.c +++ b/Zoom.c @@ -62,6 +62,7 @@ static struct MyBob *ZoomBob(struct MyBob *bob,register LONG faktor) { BltBitMap(sbim,0,0,dbim,(width-bob->Width)/2, (height-bob->Height)/2,bob->Width,bob->Height,0xc0,0xff,0); + WaitBlit(); ZoomBitMap(dbim,faktor); bob=BitMapToBob(bob,dbim,width); MyFreeBitMap(dbim); -- cgit v1.2.3