added draw() im move.c

This commit is contained in:
Stefan Frederik 2021-01-06 13:50:31 +01:00
parent c2b1edd2ab
commit f0256fce90
1 changed files with 1 additions and 0 deletions

View File

@ -990,6 +990,7 @@ void copy_objects(int what)
xctx->ui_state &= ~STARTCOPY;
xctx->x1=xctx->y_1=xctx->x2=xctx->y_2=xctx->move_rot=xctx->move_flip=xctx->deltax=xctx->deltay=0;
bbox(SET , 0.0 , 0.0 , 0.0 , 0.0);
draw();
bbox(END , 0.0 , 0.0 , 0.0 , 0.0);
xctx->rotatelocal=0;
draw_window = save_draw;