Skip to content

Commit

Permalink
fix messaggio
Browse files Browse the repository at this point in the history
  • Loading branch information
annacarini committed May 16, 2024
1 parent 685bc09 commit 3018802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3018802

Please sign in to comment.