diff options
| -rw-r--r-- | balls.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |