Skip to content

Commit

Permalink
Missed a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
anachrocomputer committed Sep 19, 2020
1 parent 2312d38 commit 630887d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frustum.c
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ int main(int argc, char * const argv[])
/* Draw lid flaps */
if ((i == 0) || (i == nsides / 2)) {
half_superellipse(t[i].xt, t[i].yt, t[i].r, t[i].r * 1.5, t[i].angle - (M_PI / 2.0), 2.8);
moveto(t[i].sx1, t[i].sy1); // Draw slot
moveto(t[i].sx1, t[i].sy1); /* Draw slot */
lineto(t[i].sx2, t[i].sy2);
}
else {
Expand Down

0 comments on commit 630887d

Please sign in to comment.