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* --- Layer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Layer.c') diff --git a/Layer.c b/Layer.c index 0e56e1c..8a8239d 100644 --- a/Layer.c +++ b/Layer.c @@ -204,8 +204,8 @@ void DragBobFunc() RectFill(mainrastport,xold-1,y+bob->Height,xold+bob->Width,yold+bob->Height); WaitTOF(); - BltBitMapRastPort(tmpmap,0,0,mainrastport,x,y, - bob->Width,bob->Height,0xc0); + BltBitMapRastPort(tmpmap,0,0,mainrastport,x,y,bob->Width,bob->Height,0xc0); + WaitBlit(); } } while(looping); mainwindow->Flags &= ~RMBTRAP; -- cgit v1.2.3