Restore shapes_following_eyes.c to upstream

This commit is contained in:
Monjaris 2026-04-17 00:55:11 +04:00
parent 6298e206c2
commit 965c3cb3eb

View File

@ -44,7 +44,7 @@ int main(void)
//--------------------------------------------------------------------------------------
// Main game loop
while (!WindowShouldClose())
while (!WindowShouldClose()) // Detect window close button or ESC key
{
// Update
//----------------------------------------------------------------------------------