summaryrefslogtreecommitdiff
path: root/Layer.c
diff options
context:
space:
mode:
Diffstat (limited to 'Layer.c')
-rw-r--r--Layer.c4
1 files changed, 2 insertions, 2 deletions
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;