Skip to content

Commit

Permalink
little test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperGY committed May 18, 2023
1 parent 1fca56b commit 099dd04
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 0 deletions.
Binary file modified bin/libtermDisplay.a
Binary file not shown.
Binary file modified bin/out
Binary file not shown.
Binary file modified obj/draw.o
Binary file not shown.
Binary file modified obj/helpers.o
Binary file not shown.
Binary file modified obj/initialization.o
Binary file not shown.
1 change: 1 addition & 0 deletions src/termDisplay/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ void td_drawLine(int x1, int y1, int x2, int y2, char c, int fgColor, int bgColo
y1 += sy;
}
}
td_drawPoint(x1, y1, c, fgColor, bgColor);

return;
}
Expand Down

0 comments on commit 099dd04

Please sign in to comment.