diff options
Diffstat (limited to 'apps/xracer/graphics.c')
| -rw-r--r-- | apps/xracer/graphics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/xracer/graphics.c b/apps/xracer/graphics.c index e4d222d..eb31424 100644 --- a/apps/xracer/graphics.c +++ b/apps/xracer/graphics.c @@ -41,6 +41,7 @@ static inline void fill_poly(int x1, int y1, unsigned color) { SET_FOREGROUND(color); + FILL_TRI(x1, y1, x2, y2, x3, y3); FILL_TRI(x1, y1, x3, y3, x4, y4); } |