odrre
This commit is contained in:
2
main.c
2
main.c
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user