diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-11 11:11:53 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-11 11:11:53 -0400 |
| commit | 82b14e49b96a80ffb1614c3c6ae1dd2af182cddf (patch) | |
| tree | 778df4222e63aa0f04e627e8c9a8e1c04bd3af4e | |
| parent | a8261409da5bc7a0065fd1f37a22209a6b55df9a (diff) | |
| download | balls-82b14e49b96a80ffb1614c3c6ae1dd2af182cddf.zip | |
remove whitespace
| -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(); } |