diff --git a/application.js b/application.js index 8f1b3bd..fcd780f 100644 --- a/application.js +++ b/application.js @@ -698,7 +698,7 @@ function play(time = animTime) { } applicationState = States.GroupToSort; // Questo controllo e' per mostrare il messaggio giusto - if (relation.getCurrentGroup().value.length > bufferSize - 1) { + if (relation.getCurrentGroup().value.length > bufferSize) { showMessage(Messages.currentGroupDoesNotFit); } else {