kleines Update

This commit is contained in:
2026-01-30 17:59:56 +01:00
parent 6fbb53ccd1
commit 51c0ac2510

View File

@@ -44,7 +44,7 @@ int main() {
"Mandelbrot Plot"); "Mandelbrot Plot");
SetTargetFPS(60); SetTargetFPS(60);
while (!WindowShouldClose()) { // Runs until ESC or window close while (!WindowShouldClose()) {
BeginDrawing(); BeginDrawing();
ClearBackground(RAYWHITE); ClearBackground(RAYWHITE);