From 3d43f58886f2ecffe4fb6b048bf87f9e6cddf63d Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Sat, 4 Jun 2022 14:58:38 +0200 Subject: [PATCH] additional info --- StoogeSort/StoogeSort.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StoogeSort/StoogeSort.pde b/StoogeSort/StoogeSort.pde index e28389b..b855911 100644 --- a/StoogeSort/StoogeSort.pde +++ b/StoogeSort/StoogeSort.pde @@ -33,7 +33,7 @@ void draw() { } fill(255); - text("Queue Length: "+stoogeSort.getLength()+"; FPS: "+round(frameRate), 0, 0); + text("Bar Amount: "+amount+"; Queue Length: "+stoogeSort.getLength()+"; FPS: "+round(frameRate), 0, 0); if (!finished) finished = stoogeSort.work();