Correction bug > Le mot de passe généré ne contenait jamais la dernière couleur possible

This commit is contained in:
2023-04-08 13:59:24 +02:00
parent cdc3597786
commit b93daedfb9
7 changed files with 1 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ public class ObservateurMenuDebutPartie implements View.OnClickListener {
Random r=new Random();
int tab[]=new int[4];
int max=5;
int max=6;
if(vide.isChecked()){
max++;
}