Skip to content

Commit

Permalink
změna váhy
Browse files Browse the repository at this point in the history
  • Loading branch information
kukas committed Mar 11, 2015
1 parent 683a65e commit 916eeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balls.pde
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class Balls {
continue;
}
// nový míček!
if(probabilities[0] < 0.3){
if(probabilities[0] < 0.4){
addBall(state);
states.remove(state);
continue;
Expand Down

0 comments on commit 916eeab

Please sign in to comment.