This commit is contained in:
Bilel Bghiel
2015-06-22 10:34:17 +02:00
parent 32fadbbec1
commit b526152957
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -20,7 +20,6 @@ public class GameModel {
for (int i = 1; i < ButtonHandler.getButtons().size(); i++) {
ButtonHandler.getButtons().get(i).setColor(colors[i - 1]);
;
}
}