Fix not giving bad updaterects during an unfinished screenupdate
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2462
This commit is contained in:
parent
b33bfb80d9
commit
5866acbba2
4 changed files with 16 additions and 9 deletions
|
@ -294,7 +294,7 @@ static void VGA_DrawPart(Bitu lines) {
|
|||
PIC_AddEvent(VGA_DrawPart,vga.draw.delay.parts,
|
||||
(vga.draw.parts_left!=1) ? vga.draw.parts_lines : (vga.draw.lines_total - vga.draw.lines_done));
|
||||
} else {
|
||||
RENDER_EndUpdate();
|
||||
RENDER_EndUpdate( true );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue