whitespace

This commit is contained in:
Bill Currie 2001-05-18 21:21:59 +00:00
parent 6bb969b40c
commit 5316476f9a

View file

@ -734,12 +734,12 @@ Draw_TileClear (int x, int y, int w, int h)
vr.x += vr.width;
width -= vr.width;
tileoffsetx = 0; // only the left tile can be left-clipped
tileoffsetx = 0; // only the left tile can be left-clipped
}
vr.y += vr.height;
height -= vr.height;
tileoffsety = 0; // only the top tile can be top-clipped
tileoffsety = 0; // only the top tile can be top-clipped
}
}