summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes/shapes_bouncing_ball.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shapes/shapes_bouncing_ball.c')
-rw-r--r--examples/shapes/shapes_bouncing_ball.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/shapes/shapes_bouncing_ball.c b/examples/shapes/shapes_bouncing_ball.c
index 16273b65..38fade60 100644
--- a/examples/shapes/shapes_bouncing_ball.c
+++ b/examples/shapes/shapes_bouncing_ball.c
@@ -67,9 +67,6 @@ int main(void)
// On pause, we draw a blinking message
if (pause && ((framesCounter/30)%2)) DrawText("PAUSED", 350, 200, 30, GRAY);
- DrawCircle(400.5f, 300.5f, 50.0f, BLACK);
- DrawCircle(528.0f, 172.0f, 26.0f, BLACK);
-
DrawFPS(10, 10);
EndDrawing();