diff options
| -rw-r--r-- | balls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -394,8 +394,8 @@ display(void) { int i; move(); - collideWalls(); collideBalls(); + collideWalls(); glClear(GL_COLOR_BUFFER_BIT |GL_DEPTH_BUFFER_BIT); |
| index : comp426 | ||
| COMP 426 project: bouncing balls simulation. | Sam Anthony |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | balls.c | 2 |
@@ -394,8 +394,8 @@ display(void) { int i; move(); - collideWalls(); collideBalls(); + collideWalls(); glClear(GL_COLOR_BUFFER_BIT |GL_DEPTH_BUFFER_BIT); |