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;