Skip to content

Commit

Permalink
green/red
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschnurer committed Mar 16, 2017
1 parent b00ab98 commit d4f11c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class Block {
return true
} else if (avg <= TH && this.state == true) {
this.state = false
this.activeRectColor = [0,255,0,1]
this.activeRectColor = [255,0,0,1]
return true
}

Expand Down

0 comments on commit d4f11c2

Please sign in to comment.