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* --- Rotate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Rotate.c') diff --git a/Rotate.c b/Rotate.c index b79f803..842640e 100644 --- a/Rotate.c +++ b/Rotate.c @@ -53,6 +53,7 @@ static void RotateBobs(register LONG numframes, register LONG totangle) BltBitMap(sbim,0,0,dbim,(width-sbob->Width)/2, (height-sbob->Height)/2,sbob->Width,sbob->Height,0xc0,0xff,0); + WaitBlit(); BitMapToByteMap(dbim,sbym); for(i=numframes; i>0; --i) { -- cgit v1.2.3