From 5010c30886d2f6656042a8754ac4a11c4e3ce8a2 Mon Sep 17 00:00:00 2001 From: zeefaad Date: Mon, 29 Dec 2025 15:21:09 +0100 Subject: [PATCH] odrre --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index d560fd4..160ddfd 100644 --- a/main.c +++ b/main.c @@ -444,7 +444,7 @@ void DrawControlPanel(Michelson *mic) { float refLambda = mic->lambdas[mic->selectedLambdaIndex]; float p = (delta * 1000.0f) / refLambda; - DrawText(TextFormat("Ordre p (sel) = %.2f", p), startX, startY + 65, 20, WHITE); + DrawText(TextFormat("Ordre p = %.2f", p), startX, startY + 65, 20, WHITE); // FPS int bottomY = GetScreenHeight() - 40;