diff options
| -rw-r--r-- | balls.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -85,7 +85,6 @@ display(void) { drawBackground(); for (const Ball *b : balls) drawCircle(b->r, b->p, b->color); - glutSwapBuffers(); } |
| index : comp426 | ||
| COMP 426 project: bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | balls.cpp | 1 |
@@ -85,7 +85,6 @@ display(void) { drawBackground(); for (const Ball *b : balls) drawCircle(b->r, b->p, b->color); - glutSwapBuffers(); } |