1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Fixes thick lines in line draw

This commit is contained in:
Duncan Frost
2014-08-11 07:05:46 +01:00
parent 4f5b905760
commit a39412d28b

View File

@@ -251,9 +251,8 @@ void gfx_draw_line_on_buffer(rct_drawpixelinfo *dpi, char colour, int y, int x,
if (y < 0)return;
if (y >= dpi->height)return;
//Check to make sure we are drawing at least a pixel
if (!no_pixels) return;
if (!no_pixels) no_pixels++;
no_pixels++;
x -= dpi->x;
//If x coord outside range leave