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 {