additional info

This commit is contained in:
Baipyrus 2022-06-04 14:58:38 +02:00
parent 087976067a
commit 3d43f58886

View File

@ -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();