summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-11 11:11:53 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-11 11:11:53 -0400
commit82b14e49b96a80ffb1614c3c6ae1dd2af182cddf (patch)
tree778df4222e63aa0f04e627e8c9a8e1c04bd3af4e
parenta8261409da5bc7a0065fd1f37a22209a6b55df9a (diff)
downloadballs-82b14e49b96a80ffb1614c3c6ae1dd2af182cddf.zip
remove whitespace
-rw-r--r--balls.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/balls.cpp b/balls.cpp
index 6dbfcb5..3b5b902 100644
--- a/balls.cpp
+++ b/balls.cpp
@@ -85,7 +85,6 @@ display(void) {
drawBackground();
for (const Ball *b : balls)
drawCircle(b->r, b->p, b->color);
-
glutSwapBuffers();
}