clean up 'n bugcrushing

This commit is contained in:
Bilel Bghiel
2015-06-19 14:36:40 +02:00
parent 864b6efa52
commit d92cd7333b
16 changed files with 116 additions and 183 deletions
+1 -2
View File
@@ -31,8 +31,7 @@ public class GameModel {
if (Window.ON_RASP) {
count++;
if(count>15)
{
if(count>15) {
for (int i = 7; i < 54; i++) {
ntw.setLed(i, c.getRed(), c.getGreen(), c.getBlue());
}