Skip to content

Commit

Permalink
Update display/d.vect/lines.c
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ShubhamDesai and github-actions[bot] authored Dec 2, 2024
1 parent 886471e commit dc93bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/d.vect/lines.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ int draw_line(int type, int ltype, int line, const struct line_pnts *Points,
else {
if (custom_rgb)
D_RGB_color((unsigned char)red, (unsigned char)grn,
(unsigned char)blu);
(unsigned char)blu);
else
D_RGB_color(color->r, color->g, color->b);
}
Expand Down

0 comments on commit dc93bee

Please sign in to comment.