summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-09 12:12:38 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-09 12:12:38 -0400
commit94316c363ae7d7e9a846278878d9388dc14396be (patch)
tree1e03db045ba41be2f5941faef893079d48f9dc52
parent3e5e23aa1448ab7caad58ccd6dea4a93c398706e (diff)
downloadballs-94316c363ae7d7e9a846278878d9388dc14396be.zip
remove todo comment
-rw-r--r--balls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/balls.cpp b/balls.cpp
index e20e954..d1540b8 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -84,7 +84,6 @@ display(void) {
glClearColor(0, 0, 0, 1);
glClear(GL_COLOR_BUFFER_BIT);
drawBackground();
- /* TODO: parallel */
for (const Ball *b : balls)
drawCircle(b->r, b->p, b->color);