From 94316c363ae7d7e9a846278878d9388dc14396be Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 9 Oct 2024 12:12:38 -0400 Subject: remove todo comment --- balls.cpp | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3