From 51c0ac25105d35314264fc389389b873777756ca Mon Sep 17 00:00:00 2001 From: rasmus Date: Fri, 30 Jan 2026 17:59:56 +0100 Subject: [PATCH] kleines Update --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);