From 27b33c92d5ce70a2d3af1f8e192bf204f86530a4 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 30 Oct 2024 15:33:24 -0400 Subject: collideWalls after collideBalls --- balls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balls.c b/balls.c index f244917..13c3ddd 100644 --- a/balls.c +++ b/balls.c @@ -394,8 +394,8 @@ display(void) { int i; move(); - collideWalls(); collideBalls(); + collideWalls(); glClear(GL_COLOR_BUFFER_BIT |GL_DEPTH_BUFFER_BIT); -- cgit v1.2.3