This commit is contained in:
2025-12-29 15:21:09 +01:00
parent bcdc8b1baa
commit 5010c30886

2
main.c
View File

@ -444,7 +444,7 @@ void DrawControlPanel(Michelson *mic) {
float refLambda = mic->lambdas[mic->selectedLambdaIndex]; float refLambda = mic->lambdas[mic->selectedLambdaIndex];
float p = (delta * 1000.0f) / refLambda; 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 // FPS
int bottomY = GetScreenHeight() - 40; int bottomY = GetScreenHeight() - 40;