Fixed dumb typo bug in recently-modified canvas/screen update code.
This commit is contained in:
parent
7b31b7549d
commit
b0d141fed3
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,7 @@ static void update_canvas_ex(int x1, int y1, int x2, int y2, int screen_too)
|
||||||
/* Update the screen with the new canvas: */
|
/* Update the screen with the new canvas: */
|
||||||
static void update_canvas(int x1, int y1, int x2, int y2)
|
static void update_canvas(int x1, int y1, int x2, int y2)
|
||||||
{
|
{
|
||||||
update_canvas_ex(x1, y1, x2, y1, 1);
|
update_canvas_ex(x1, y1, x2, y2, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue