From fc8656e7852f2e00291eb266e8725a66be34b869 Mon Sep 17 00:00:00 2001 From: ColleagueRiley Date: Sun, 5 May 2024 21:38:21 -0400 Subject: [PATCH] revert --- examples/core/core_custom_frame_control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/core/core_custom_frame_control.c b/examples/core/core_custom_frame_control.c index e6b11a1f7..6e494d86e 100644 --- a/examples/core/core_custom_frame_control.c +++ b/examples/core/core_custom_frame_control.c @@ -53,6 +53,7 @@ int main(void) int targetFPS = 60; // Our initial target fps //-------------------------------------------------------------------------------------- + // Main game loop while (!WindowShouldClose()) // Detect window close button or ESC key {