diff --git a/main.cpp b/main.cpp index aa62630..4c98647 100644 --- a/main.cpp +++ b/main.cpp @@ -44,7 +44,7 @@ int main() { "Mandelbrot Plot"); SetTargetFPS(60); - while (!WindowShouldClose()) { // Runs until ESC or window close + while (!WindowShouldClose()) { BeginDrawing(); ClearBackground(RAYWHITE);