diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-11-16 21:12:27 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-11-16 21:12:27 -0300 |
| commit | 2bbf92ad5ae7708bf18ac7ef333e9a979d8d1bde (patch) | |
| tree | c9d22bb0d73d9cc0c8586e4d31c93a561ea8e910 /raylib/examples/shapes/shapes_bouncing_ball.c | |
| parent | 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (diff) | |
Working so hard like a soldiermain
Can't afford a thing on TV
Diffstat (limited to 'raylib/examples/shapes/shapes_bouncing_ball.c')
| -rw-r--r-- | raylib/examples/shapes/shapes_bouncing_ball.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/raylib/examples/shapes/shapes_bouncing_ball.c b/raylib/examples/shapes/shapes_bouncing_ball.c index 203d88a..38fade6 100644 --- a/raylib/examples/shapes/shapes_bouncing_ball.c +++ b/raylib/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.5, 300.5, 50, BLACK); - DrawCircle(528.0, 172.0, 26, BLACK); - DrawFPS(10, 10); EndDrawing(); |
