From 965c3cb3eb9699ba35d7ea2cf952f4fd3c1335d6 Mon Sep 17 00:00:00 2001 From: Monjaris Date: Fri, 17 Apr 2026 00:55:11 +0400 Subject: [PATCH] Restore shapes_following_eyes.c to upstream --- examples/shapes/shapes_following_eyes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shapes/shapes_following_eyes.c b/examples/shapes/shapes_following_eyes.c index e1561acb7..b5b3fd7c8 100644 --- a/examples/shapes/shapes_following_eyes.c +++ b/examples/shapes/shapes_following_eyes.c @@ -44,7 +44,7 @@ int main(void) //-------------------------------------------------------------------------------------- // Main game loop - while (!WindowShouldClose()) + while (!WindowShouldClose()) // Detect window close button or ESC key { // Update //----------------------------------------------------------------------------------